not supporting node 14
This commit is contained in:
2
.github/workflows/the.yml
vendored
2
.github/workflows/the.yml
vendored
@@ -16,7 +16,7 @@ jobs:
|
|||||||
ci:
|
ci:
|
||||||
strategy:
|
strategy:
|
||||||
matrix:
|
matrix:
|
||||||
node-version: [14, 16, 17]
|
node-version: [16, 17]
|
||||||
pnpm-script: [build, lint, test, typecheck]
|
pnpm-script: [build, lint, test, typecheck]
|
||||||
name: ${{ matrix.pnpm-script }} (node ${{ matrix.node-version }})
|
name: ${{ matrix.pnpm-script }} (node ${{ matrix.node-version }})
|
||||||
runs-on: ubuntu-latest
|
runs-on: ubuntu-latest
|
||||||
|
|||||||
Reference in New Issue
Block a user