Skip to content

Update register-commands.yml #2

Update register-commands.yml

Update register-commands.yml #2

name: Register Commands
on:
push:
branches:
- main
jobs:
deploy:
runs-on: ubuntu-latest
name: Register Commands
strategy:
matrix:
node-version: [23.x]
# See supported Node.js release schedule at https://nodejs.org/en/about/releases/
steps:
- uses: actions/checkout@v4
- name: Use Node.js ${{ matrix.node-version }}
uses: actions/setup-node@v4
with:
node-version: ${{ matrix.node-version }}
cache: 'npm'
- run: node --experimental-strip-types src/register.ts