Skip to content

Commit db03425

Browse files
authored
ci: add node v19 (#205)
1 parent 530cd00 commit db03425

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

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

0 commit comments

Comments
 (0)