Skip to content

Commit 5573b96

Browse files
authored
feat: Drop node.js 12.x, 14.x, 17.x support (#1797)
1 parent 6fbc40b commit 5573b96

File tree

3 files changed

+4345
-1903
lines changed

3 files changed

+4345
-1903
lines changed

.github/workflows/node.js.yml

+3-3
Original file line numberDiff line numberDiff line change
@@ -13,12 +13,12 @@ jobs:
1313

1414
strategy:
1515
matrix:
16-
node-version: [12.17.0, 12.x, 14.x, 16.x, 18.x, 20.x]
16+
node-version: [18.x, 20.x]
1717

1818
steps:
19-
- uses: actions/checkout@v2
19+
- uses: actions/checkout@v4
2020
- name: Use Node.js ${{ matrix.node-version }}
21-
uses: actions/setup-node@v1
21+
uses: actions/setup-node@v4
2222
with:
2323
node-version: ${{ matrix.node-version }}
2424
- run: npm ci

0 commit comments

Comments
 (0)