Skip to content

Commit 21c2e09

Browse files
ci: use laster Node@22
2 parents f57c7c4 + 4947a09 commit 21c2e09

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
@@ -26,7 +26,7 @@ jobs:
2626
fail-fast: false
2727
matrix:
2828
os: [ubuntu-latest, windows-latest, macos-latest]
29-
node-version: [10.x, 12.x, 14.x, 16.x, 18.x, 20.x, 22.4]
29+
node-version: [10.x, 12.x, 14.x, 16.x, 18.x, 20.x, 22.x]
3030
runs-on: ${{ matrix.os }}
3131
steps:
3232
- uses: actions/checkout@v4

0 commit comments

Comments
 (0)