Skip to content

Commit d97ad1f

Browse files
committed
update versions in workflow file
1 parent 045ed65 commit d97ad1f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/test.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ jobs:
1111
fail-fast: false
1212
matrix:
1313
os: [ubuntu-latest, windows-latest, macos-latest]
14-
node: [10, 12, 14, 15.9]
14+
node: [16, 18, 20, 22]
1515

1616
name: Node.js ${{ matrix.node }} on ${{ matrix.os }}
1717
steps:

0 commit comments

Comments
 (0)