Skip to content

Commit

Permalink
Bump minimum Node.js to v16 (#2265)
Browse files Browse the repository at this point in the history
  • Loading branch information
queengooborg authored Sep 9, 2022
1 parent 070faae commit ac49cc9
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ jobs:
- name: Setup Node.js environment
uses: actions/setup-node@v3
with:
node-version: "14"
node-version: "16"
cache: "yarn"

- name: Cache node_modules
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/stage-deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ jobs:
- name: Setup Node.js environment
uses: actions/setup-node@v3
with:
node-version: '14'
node-version: '16'

- name: Install all yarn packages
if: steps.cached-node_modules.outputs.cache-hit != 'true'
Expand Down
3 changes: 3 additions & 0 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -30,6 +30,9 @@
"mdn",
"mozilla"
],
"engines": {
"node": "^16.0.0 || >=18.0.0"
},
"devDependencies": {
"@babel/core": "^7.19.0",
"@babel/eslint-parser": "^7.18.9",
Expand Down

0 comments on commit ac49cc9

Please sign in to comment.