Skip to content

Commit a6d4700

Browse files
authored
chore: test on node 18 (#509)
1 parent 721829c commit a6d4700

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/nodejs.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ jobs:
1616
strategy:
1717
fail-fast: false
1818
matrix:
19-
node-version: [10.x, 12.x, 14.x, 16.x, 17.x]
19+
node-version: [10.x, 12.x, 14.x, 16.x, 17.x, 18.x]
2020
os: [ubuntu-latest, windows-latest, macOS-latest]
2121

2222
runs-on: ${{ matrix.os }}

0 commit comments

Comments
 (0)