Skip to content

Commit

Permalink
fix(Runtime): Change Node version to 16 (LLC-2310)
Browse files Browse the repository at this point in the history
  • Loading branch information
lucuilearningpool authored Feb 17, 2023
1 parent cb86fe8 commit 208fdfc
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/integration.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ jobs:

- uses: actions/setup-node@v3
with:
node-version: "14"
node-version: "16"
cache: 'npm'

- name: Installing Dependencies
Expand Down
4 changes: 4 additions & 0 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -30,6 +30,10 @@
"path": "cz-conventional-changelog"
}
},
"engines": {
"node": ">16.0.0",
"npm": ">8.0.0"
},
"dependencies": {
"lodash": "^4.17.10",
"rulr": "^4.0.1"
Expand Down

0 comments on commit 208fdfc

Please sign in to comment.