Skip to content

Commit 1bacc3b

Browse files
authored
ci: add node v18
1 parent 40febf2 commit 1bacc3b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/nodejs.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -59,7 +59,7 @@ jobs:
5959
strategy:
6060
matrix:
6161
os: [ubuntu-latest, windows-latest, macos-latest]
62-
node-version: [12.x, 14.x, 16.x, 17.x]
62+
node-version: [12.x, 14.x, 16.x, 17.x, 18.x]
6363
webpack-version: [latest]
6464
include:
6565
- node-version: 16.x

0 commit comments

Comments
 (0)