Skip to content

Commit

Permalink
[#1] Add explicit node version to prevent issues
Browse files Browse the repository at this point in the history
  • Loading branch information
malparty committed Jun 8, 2021
1 parent 39a95ba commit 75c0451
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/review_code.yml
Expand Up @@ -24,7 +24,7 @@ jobs:
- name: Setup Node
uses: actions/setup-node@v2
with:
node-version: '14.15.4'
node-version: '14.17.0'

- name: Get yarn cache directory path
id: yarn-cache-dir-path
Expand Down
3 changes: 3 additions & 0 deletions package.json
Expand Up @@ -5,6 +5,9 @@
"lint": "eslint . --color",
"lint:fix": "eslint . --color --fix"
},
"engines": {
"node": ">=14.17.0 <15"
},
"dependencies": {
"@babel/preset-typescript": "7.13.0",
"@rails/actioncable": "^6.0.0",
Expand Down

0 comments on commit 75c0451

Please sign in to comment.