Skip to content

Commit f097926

Browse files
authored
ci: add node v18 (#166)
add node 18 to test workflow
1 parent 173c6a3 commit f097926

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
@@ -56,7 +56,7 @@ jobs:
5656
strategy:
5757
matrix:
5858
os: [ubuntu-latest, windows-latest, macos-latest]
59-
node-version: [12.x, 14.x, 16.x]
59+
node-version: [12.x, 14.x, 16.x, 18.x]
6060
webpack-version: [latest]
6161

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

0 commit comments

Comments
 (0)