Skip to content

Commit

Permalink
feat(node): bump to node 16
Browse files Browse the repository at this point in the history
  • Loading branch information
Oupsla committed May 23, 2022
1 parent 078a988 commit 377000f
Show file tree
Hide file tree
Showing 4 changed files with 6 additions and 6 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/production.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,10 +14,10 @@ jobs:
- name: Git Checkout
uses: actions/checkout@v2

- name: Use Node.js v14.x
- name: Use Node.js v16.x
uses: actions/setup-node@v2
with:
node-version: '14.x'
node-version: '16.x'

- name: Npm install
run: npm install
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -70,7 +70,7 @@
"semantic-release": "^17.4.3"
},
"engines": {
"node": ">=14.16.0"
"node": ">=16.15.0"
},
"config": {},
"dependencies": {
Expand Down
4 changes: 2 additions & 2 deletions src/config.js
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,6 @@
// DRY, set here vars that may be used several times
// in your metapak module
module.exports = {
lastNodeLTS: '14.16.0',
lastNode: '14.16.0',
lastNodeLTS: '16.15.0',
lastNode: '16.15.0',
};
2 changes: 1 addition & 1 deletion src/main/__snapshots__/package.test.js.snap
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ Object {
"husky": "^6.0.0",
},
"engines": Object {
"node": ">=14.16.0",
"node": ">=16.15.0",
},
"license": "SEE LICENSE IN LICENSE.md",
"metapak": Object {
Expand Down

0 comments on commit 377000f

Please sign in to comment.