Skip to content

Commit 0ce5c24

Browse files
committed
add support for node 16
1 parent 130d6a2 commit 0ce5c24

File tree

2 files changed

+5
-4
lines changed

2 files changed

+5
-4
lines changed

.github/workflows/tests.yml

+4-3
Original file line numberDiff line numberDiff line change
@@ -11,12 +11,13 @@ jobs:
1111
strategy:
1212
matrix:
1313
node-version:
14-
- 10.x # maintainence ends 2021-04-30
14+
- 10.x # deprecated
1515
- 11.x # deprecated
1616
- 12.x # maintainence ends 2022-04-30
1717
- 13.x # deprecated
1818
- 14.x # maintainence ends 2023-04-30
19-
- 15.x
19+
- 15.x # deprecated
20+
- 16.x
2021
steps:
2122
- uses: actions/checkout@v2
2223
- uses: actions/setup-node@v2
@@ -33,7 +34,7 @@ jobs:
3334
- uses: actions/checkout@v2
3435
- uses: actions/setup-node@v2
3536
with:
36-
node-version: 14.x
37+
node-version: 16.x
3738
- run: npm install
3839
- run: npm run build --if-present
3940
- run: npm run test:coverage

.tool-versions

+1-1
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
nodejs 14.4.0
1+
nodejs 16.3.0

0 commit comments

Comments
 (0)