Skip to content

Commit 64b32f0

Browse files
authored
ci: add node v18 workflow (#951)
1 parent 7f72caf commit 64b32f0

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
@@ -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]
62+
node-version: [12.x, 14.x, 16.x, 18.x]
6363
webpack-version: [latest]
6464

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

0 commit comments

Comments
 (0)