Skip to content

Commit 714aa90

Browse files
authored
ci: add node v19 (#981)
1 parent 6b1f18a commit 714aa90

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
@@ -62,7 +62,7 @@ jobs:
6262
strategy:
6363
matrix:
6464
os: [ubuntu-latest, windows-latest, macos-latest]
65-
node-version: [12.x, 14.x, 16.x, 18.x]
65+
node-version: [12.x, 14.x, 16.x, 18.x, 19.x]
6666
webpack-version: [latest]
6767

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

0 commit comments

Comments
 (0)