Skip to content

Commit 02544cb

Browse files
authored
ci: add node v18 to test workflow (#167)
1 parent ff423d0 commit 02544cb

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, 18.x]
6363
webpack-version: [latest]
6464

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

0 commit comments

Comments
 (0)