We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 130d6a2 commit 0ce5c24Copy full SHA for 0ce5c24
.github/workflows/tests.yml
@@ -11,12 +11,13 @@ jobs:
11
strategy:
12
matrix:
13
node-version:
14
- - 10.x # maintainence ends 2021-04-30
+ - 10.x # deprecated
15
- 11.x # deprecated
16
- 12.x # maintainence ends 2022-04-30
17
- 13.x # deprecated
18
- 14.x # maintainence ends 2023-04-30
19
- - 15.x
+ - 15.x # deprecated
20
+ - 16.x
21
steps:
22
- uses: actions/checkout@v2
23
- uses: actions/setup-node@v2
@@ -33,7 +34,7 @@ jobs:
33
34
35
36
with:
- node-version: 14.x
37
+ node-version: 16.x
38
- run: npm install
39
- run: npm run build --if-present
40
- run: npm run test:coverage
.tool-versions
@@ -1 +1 @@
1
-nodejs 14.4.0
+nodejs 16.3.0
0 commit comments