Skip to content

Commit 93cfca0

Browse files
committed
Stop testing on node v12
1 parent 8db42c7 commit 93cfca0

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

.appveyor.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,9 +2,9 @@ build: off
22

33
environment:
44
matrix:
5+
- nodejs_version: '18'
56
- nodejs_version: '16'
67
- nodejs_version: '14'
7-
- nodejs_version: '12'
88

99
install:
1010
- ps: Install-Product node $env:nodejs_version

.github/workflows/nodejs.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ jobs:
1313

1414
strategy:
1515
matrix:
16-
node-version: ["12.10", "12.16", "12.x", "14.x", "16.x", "17.x"]
16+
node-version: ["14.x", "16.x", "17.x", "18.x"]
1717

1818
steps:
1919
- uses: actions/checkout@v2
@@ -29,7 +29,7 @@ jobs:
2929

3030
strategy:
3131
matrix:
32-
node-version: ["12.10", "12.16", "12.x", "14.x", "16.x", "17.x"]
32+
node-version: ["14.x", "16.x", "17.x", "18.x"]
3333

3434
steps:
3535
- uses: actions/checkout@v2

0 commit comments

Comments
 (0)