Skip to content

Commit

Permalink
roll back node version for CD
Browse files Browse the repository at this point in the history
  • Loading branch information
j-chad committed Sep 13, 2022
1 parent 7c94711 commit 084e0c2
Show file tree
Hide file tree
Showing 3 changed files with 37 additions and 37 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/pr-check.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ jobs:
fetch-depth: 0
- uses: actions/setup-node@v3
with:
node-version: 16
node-version: 16.15
- uses: nrwl/nx-set-shas@v2
- run: npm ci

Expand Down
70 changes: 35 additions & 35 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
"private": true,
"engines": {
"node": "16",
"npm": "8"
"npm": "8.x <=8.5.5"
},
"devDependencies": {
"@nestjs/schematics": "^9.0.0",
Expand Down

0 comments on commit 084e0c2

Please sign in to comment.