Skip to content

Commit adf9d24

Browse files
authored
Merge pull request #1890 from cjihrig/node22
ci: test against node 22
2 parents 1aad91f + b2c2504 commit adf9d24

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: [ '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)