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 3626b6c commit 269b87bCopy full SHA for 269b87b
.github/workflows/lint-source.yml
@@ -6,7 +6,7 @@ jobs:
6
lint-source:
7
strategy:
8
matrix:
9
- node-version: [10, 12, 14, 15]
+ node-version: [12, 14, 15]
10
runs-on: ubuntu-latest
11
container: boringcodes/dev-runner:node-${{matrix.node-version}}-alpine
12
name: With Node.js ${{matrix.node-version}}
0 commit comments