Skip to content
This repository was archived by the owner on Feb 19, 2024. It is now read-only.

Commit 0780553

Browse files
committed
feat: update to Node.js 16
1 parent e42d7ee commit 0780553

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/semantic-release.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ jobs:
1717
- uses: actions/checkout@v2
1818
- uses: actions/setup-node@v2
1919
with:
20-
node-version: "15.x"
20+
node-version: "16.x"
2121
- name: Authenticate with NPM registry
2222
run: echo "//registry.npmjs.org/:_authToken=$NPM_TOKEN" >> ~/.npmrc
2323
- name: Keep npm cache around to speed up installs

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@
4040
]
4141
},
4242
"engines": {
43-
"node": ">=14.0.0",
43+
"node": ">=16.0.0",
4444
"npm": ">=7.0.0"
4545
},
4646
"release": {

0 commit comments

Comments
 (0)