1
mirror of https://github.com/jakejarvis/jakejarvis.git synced 2025-04-26 00:55:21 -04:00

CLI: update supported node versions to >= 10

This commit is contained in:
Jake Jarvis 2021-09-07 20:32:44 -04:00
parent c546c8cf33
commit 41637a16b3
Signed by: jake
GPG Key ID: 2B0C9CF251E69A39
2 changed files with 2 additions and 7 deletions

View File

@ -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

View File

@ -22,7 +22,7 @@
"useless"
],
"engines": {
"node": "^12 || ^14 || >=16"
"node": ">=10"
},
"files": [
"dist"