Skip to content

Commit b2c2504

Browse files
committed
ci: remove node 16 from testing matrix
Node 16 has been EOL. This commit removes it from the CI matrix.
1 parent 7a4392d commit b2c2504

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/test.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ jobs:
1212
strategy:
1313
matrix:
1414
# Remove specific version from 20 when https://github.com/tschaub/mock-fs/issues/380 is fixed
15-
node: [ '22', '20.7.0', '18', '16' ]
15+
node: [ '22', '20.7.0', '18' ]
1616
name: Node ${{ matrix.node }} validation
1717
steps:
1818
- uses: actions/checkout@v4

0 commit comments

Comments
 (0)