Skip to content

Commit 0e9d04b

Browse files
committed
feat(node): deprecate v12
BREAKING CHANGES: Removes Node.js@12 from test matrix
1 parent 49a9151 commit 0e9d04b

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

.github/workflows/merge.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,8 +6,8 @@ jobs:
66
test:
77
strategy:
88
matrix:
9-
os: [ubuntu-latest, macos-latest, windows-latest]
10-
node-version: [14.x, 16.x, 17.x]
9+
os: [ubuntu-latest]
10+
node-version: [14.x, 16.x, 18.x]
1111

1212
runs-on: ${{ matrix.os }}
1313
steps:

.github/workflows/release.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,8 +6,8 @@ jobs:
66
test:
77
strategy:
88
matrix:
9-
os: [ubuntu-latest, macos-latest, windows-latest]
10-
node-version: [14.x, 16.x, 17.x]
9+
os: [ubuntu-latest]
10+
node-version: [14.x, 16.x, 18.x]
1111

1212
runs-on: ${{ matrix.os }}
1313
steps:

0 commit comments

Comments
 (0)