Skip to content

Commit 208fdfc

Browse files
fix(Runtime): Change Node version to 16 (LLC-2310)
1 parent cb86fe8 commit 208fdfc

File tree

2 files changed

+5
-1
lines changed

2 files changed

+5
-1
lines changed

.github/workflows/integration.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ jobs:
1717

1818
- uses: actions/setup-node@v3
1919
with:
20-
node-version: "14"
20+
node-version: "16"
2121
cache: 'npm'
2222

2323
- name: Installing Dependencies

package.json

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -30,6 +30,10 @@
3030
"path": "cz-conventional-changelog"
3131
}
3232
},
33+
"engines": {
34+
"node": ">16.0.0",
35+
"npm": ">8.0.0"
36+
},
3337
"dependencies": {
3438
"lodash": "^4.17.10",
3539
"rulr": "^4.0.1"

0 commit comments

Comments
 (0)