Skip to content

Commit e967cbf

Browse files
committed
ci: drop Node.js 8 from the 2.x test matrix
Node.js 8 is EOL and the current dependency tree requires >= 14 (undici, formdata-node, etc.), so the v8 jobs crash regardless of the test changes.
1 parent d59b619 commit e967cbf

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/nodejs-2.x.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,6 @@ jobs:
1212
uses: node-modules/github-actions/.github/workflows/node-test.yml@master
1313
with:
1414
os: 'ubuntu-latest, macos-latest, windows-latest'
15-
version: '8, 10, 12, 14, 16, 18, 20, 22'
15+
version: '10, 12, 14, 16, 18, 20, 22'
1616
secrets:
1717
CODECOV_TOKEN: ${{ secrets.CODECOV_TOKEN }}

0 commit comments

Comments
 (0)