Skip to content

Commit 54db0b9

Browse files
authored
chore(ci): run CI on Node 19 (#1270)
1 parent 9658dbb commit 54db0b9

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
@@ -67,7 +67,7 @@ jobs:
6767
strategy:
6868
fail-fast: false
6969
matrix:
70-
node-version: [14.x, 16.x, 18.x]
70+
node-version: [14.x, 16.x, 18.x, 19.x]
7171
eslint-version: [7, 8]
7272
runs-on: ubuntu-latest
7373

0 commit comments

Comments
 (0)