Skip to content

Commit 6dca89a

Browse files
authored
ci: add node v19 (#188)
1 parent 2267dce commit 6dca89a

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/nodejs.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -55,7 +55,7 @@ jobs:
5555
strategy:
5656
matrix:
5757
os: [ubuntu-latest, windows-latest, macos-latest]
58-
node-version: [14.x, 16.x, 18.x]
58+
node-version: [14.x, 16.x, 18.x, 19.x]
5959
eslint-version: [7.x, 8.x]
6060
webpack-version: [latest]
6161

0 commit comments

Comments
 (0)