diff --git a/.github/workflows/register-commands-production.yaml b/.github/workflows/register-commands-production.yaml index 9c5de0ef..9ad37c81 100644 --- a/.github/workflows/register-commands-production.yaml +++ b/.github/workflows/register-commands-production.yaml @@ -8,6 +8,9 @@ jobs: environment: production steps: - uses: actions/checkout@v2 + - uses: actions/setup-node@v3 + with: + node-version: 18.18.2 - run: npm install - run: npm run register env: diff --git a/.github/workflows/register-commands-staging.yaml b/.github/workflows/register-commands-staging.yaml index 876c86c3..6b96a20c 100644 --- a/.github/workflows/register-commands-staging.yaml +++ b/.github/workflows/register-commands-staging.yaml @@ -8,6 +8,9 @@ jobs: environment: staging steps: - uses: actions/checkout@v2 + - uses: actions/setup-node@v3 + with: + node-version: 18.18.2 - run: npm install - run: npm run register env: