Skip to content

Commit

Permalink
ci(workflows): drop support of node 10 as yeoman-generator@5.3.0 requ…
Browse files Browse the repository at this point in the history
…ires >=12.10.0
  • Loading branch information
phatpham9 committed Jun 7, 2021
1 parent 3626b6c commit 269b87b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/lint-source.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ jobs:
lint-source:
strategy:
matrix:
node-version: [10, 12, 14, 15]
node-version: [12, 14, 15]
runs-on: ubuntu-latest
container: boringcodes/dev-runner:node-${{matrix.node-version}}-alpine
name: With Node.js ${{matrix.node-version}}
Expand Down

0 comments on commit 269b87b

Please sign in to comment.