Skip to content
This repository was archived by the owner on Jul 27, 2023. It is now read-only.

Commit ec152b0

Browse files
committed
Only test maintaned node versions
1 parent 0369fa4 commit ec152b0

File tree

2 files changed

+5
-9
lines changed

2 files changed

+5
-9
lines changed

.github/workflows/ci.yml

+4-8
Original file line numberDiff line numberDiff line change
@@ -15,11 +15,10 @@ jobs:
1515
strategy:
1616
matrix:
1717
node:
18-
- 12.x
19-
- 13.x
2018
- 14.x
2119
- 15.x
2220
- 16.x
21+
- 17.x
2322
steps:
2423
- uses: actions/checkout@v2
2524
- uses: actions/setup-node@v2
@@ -40,11 +39,10 @@ jobs:
4039
strategy:
4140
matrix:
4241
node:
43-
- 12.x
44-
- 13.x
4542
- 14.x
4643
- 15.x
4744
- 16.x
45+
- 17.x
4846
steps:
4947
- uses: actions/checkout@v2
5048
- uses: actions/setup-node@v2
@@ -65,11 +63,10 @@ jobs:
6563
strategy:
6664
matrix:
6765
node:
68-
- 12.x
69-
- 13.x
7066
- 14.x
7167
- 15.x
7268
- 16.x
69+
- 17.x
7370
steps:
7471
- uses: actions/checkout@v2
7572
- uses: actions/setup-node@v2
@@ -91,11 +88,10 @@ jobs:
9188
strategy:
9289
matrix:
9390
node:
94-
- 12.x
95-
- 13.x
9691
- 14.x
9792
- 15.x
9893
- 16.x
94+
- 17.x
9995
max-parallel: 1
10096
fail-fast: false
10197
steps:

.github/workflows/release.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ on:
66
- "v*"
77

88
env:
9-
NODEVERSION: 16.x
9+
NODEVERSION: 17.x
1010

1111
jobs:
1212
publish:

0 commit comments

Comments
 (0)