Skip to content

Commit 86acc92

Browse files
Update
1 parent fca3116 commit 86acc92

File tree

3 files changed

+2
-2847
lines changed

3 files changed

+2
-2847
lines changed

.circleci/config.yml

Lines changed: 1 addition & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -134,11 +134,7 @@ jobs:
134134
workflows:
135135
build_and_test:
136136
jobs:
137-
- test-v8
138-
- test-v10
139-
- test-v12
140-
- test-v14
141137
- test-v16
142138
- test-v18
143139
- test-v20
144-
- test-v22
140+
- test-v22

.github/workflows/node.js.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ jobs:
1212
runs-on: ubuntu-20.04
1313
strategy:
1414
matrix:
15-
node-version: [8.x, 10.x, 12.x, 14.x, 16.x, 18.x, 20.x, 22.x]
15+
node-version: [16.x, 18.x, 20.x, 22.x]
1616

1717
steps:
1818
- uses: actions/checkout@v4

0 commit comments

Comments
 (0)