Skip to content

Commit 269b87b

Browse files
committed
ci(workflows): drop support of node 10 as yeoman-generator@5.3.0 requires >=12.10.0
1 parent 3626b6c commit 269b87b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/lint-source.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ jobs:
66
lint-source:
77
strategy:
88
matrix:
9-
node-version: [10, 12, 14, 15]
9+
node-version: [12, 14, 15]
1010
runs-on: ubuntu-latest
1111
container: boringcodes/dev-runner:node-${{matrix.node-version}}-alpine
1212
name: With Node.js ${{matrix.node-version}}

0 commit comments

Comments
 (0)