We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 353e79a commit ea4fb79Copy full SHA for ea4fb79
.github/workflows/nodejs.yml
@@ -71,7 +71,7 @@ jobs:
71
strategy:
72
fail-fast: false
73
matrix:
74
- node-version: [14.x, 16.x, 18.x, 19.x]
+ node-version: [14.x, 16.x, 18.x, 19.x, 20.x, 21.x]
75
eslint-version: [7, 8]
76
runs-on: ubuntu-latest
77
0 commit comments