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 46fd5e1 commit a77c6e0Copy full SHA for a77c6e0
.github/workflows/nodejs.yml
@@ -28,7 +28,7 @@ jobs:
28
test:
29
strategy:
30
matrix:
31
- node: [10, 12, 14]
+ node: [12, 14, 16]
32
eslint: [3, 4, 5, 6, 7]
33
runs-on: ubuntu-latest
34
steps:
0 commit comments