Skip to content

Commit ea4fb79

Browse files
authored
ci: test against Node v20 and v21 (#182)
1 parent 353e79a commit ea4fb79

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
@@ -71,7 +71,7 @@ jobs:
7171
strategy:
7272
fail-fast: false
7373
matrix:
74-
node-version: [14.x, 16.x, 18.x, 19.x]
74+
node-version: [14.x, 16.x, 18.x, 19.x, 20.x, 21.x]
7575
eslint-version: [7, 8]
7676
runs-on: ubuntu-latest
7777

0 commit comments

Comments
 (0)