Skip to content

Commit 5a7365a

Browse files
committed
Update Node versions in CI
1 parent 521a00b commit 5a7365a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ jobs:
88
strategy:
99
matrix:
1010
os: ["ubuntu-latest", "macos-latest", "windows-latest"]
11-
node: ["14", "16", "18"]
11+
node: ["18", "20", "22"]
1212
name: Node.js ${{ matrix.node }} on ${{ matrix.os }}
1313
steps:
1414
- uses: actions/checkout@v3

0 commit comments

Comments
 (0)