mirror of
https://github.com/jakejarvis/jakejarvis.git
synced 2025-04-26 06:35:23 -04:00
CLI: update supported node versions to >= 10
This commit is contained in:
parent
c546c8cf33
commit
41637a16b3
7
.github/workflows/cli-test.yml
vendored
7
.github/workflows/cli-test.yml
vendored
@ -14,19 +14,14 @@ on:
|
||||
|
||||
jobs:
|
||||
test:
|
||||
strategy:
|
||||
matrix:
|
||||
node: [16.x, 14.x, 12.x]
|
||||
fail-fast: false
|
||||
runs-on: ubuntu-latest
|
||||
name: Node ${{ matrix.node }}
|
||||
steps:
|
||||
- uses: actions/checkout@v2
|
||||
with:
|
||||
fetch-depth: 1
|
||||
- uses: actions/setup-node@v2
|
||||
with:
|
||||
node-version: ${{ matrix.node }}
|
||||
node-version: 14
|
||||
- run: |
|
||||
yarn install --frozen-lockfile
|
||||
yarn lint
|
||||
|
@ -22,7 +22,7 @@
|
||||
"useless"
|
||||
],
|
||||
"engines": {
|
||||
"node": "^12 || ^14 || >=16"
|
||||
"node": ">=10"
|
||||
},
|
||||
"files": [
|
||||
"dist"
|
||||
|
Loading…
x
Reference in New Issue
Block a user