Skip to content

Commit d6541fd

Browse files
committedSep 18, 2024·
test on github supported node versions
1 parent f246a39 commit d6541fd

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed
 

‎.github/workflows/validation.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ jobs:
1111
runs-on: ubuntu-latest
1212
strategy:
1313
matrix:
14-
node-version: [14.x, 16.x, 18.x, 20.x]
14+
node-version: [20.x, 22.x]
1515

1616
steps:
1717
- uses: actions/checkout@v3

0 commit comments

Comments
 (0)
Please sign in to comment.