Skip to content

Commit

Permalink
Merge pull request #173 from Real-Dev-Squad/refactor/github-workflows
Browse files Browse the repository at this point in the history
Downgrade node version in actions runner
  • Loading branch information
prakashchoudhary07 authored Dec 17, 2023
2 parents e1a6486 + 1b19ecf commit 66168f6
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/register-commands-production.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down
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 66168f6

Please sign in to comment.