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

Commit af80788

Browse files
committedAug 26, 2021
feat: update to Node.js 16
1 parent 2e0833d commit af80788

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed
 

‎.github/workflows/test-and-release.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ jobs:
1616

1717
- uses: actions/setup-node@v2
1818
with:
19-
node-version: "15.x"
19+
node-version: "16.x"
2020

2121
- name: Keep npm cache around to speed up installs
2222
uses: actions/cache@v2

‎package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@
3535
]
3636
},
3737
"engines": {
38-
"node": ">=14.0.0",
38+
"node": ">=16.0.0",
3939
"npm": ">=7.0.0"
4040
},
4141
"release": {

0 commit comments

Comments
 (0)
This repository has been archived.