Skip to content

Commit

Permalink
chore: downgrade node version in actions runner
Browse files Browse the repository at this point in the history
  • Loading branch information
Ajeyakrishna-k authored Dec 17, 2023
1 parent e1a6486 commit f805027
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/register-commands-staging.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down

0 comments on commit f805027

Please sign in to comment.