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 9658dbb commit 54db0b9Copy full SHA for 54db0b9
.github/workflows/nodejs.yml
@@ -67,7 +67,7 @@ jobs:
67
strategy:
68
fail-fast: false
69
matrix:
70
- node-version: [14.x, 16.x, 18.x]
+ node-version: [14.x, 16.x, 18.x, 19.x]
71
eslint-version: [7, 8]
72
runs-on: ubuntu-latest
73
0 commit comments