just test on node lts
This commit is contained in:
5
.github/workflows/the.yml
vendored
5
.github/workflows/the.yml
vendored
@@ -16,17 +16,16 @@ jobs:
|
||||
ci:
|
||||
strategy:
|
||||
matrix:
|
||||
node-version: [16, 17]
|
||||
script-name: [test-coverage, lint, typecheck]
|
||||
fail-fast: false
|
||||
name: ${{ matrix.script-name }} (node ${{ matrix.node-version }})
|
||||
name: ${{ matrix.script-name }}
|
||||
runs-on: ubuntu-latest
|
||||
steps:
|
||||
- uses: actions/checkout@v2
|
||||
- uses: actions/setup-node@v2
|
||||
with:
|
||||
# https://github.com/actions/setup-node#supported-version-syntax
|
||||
node-version: ${{ matrix.node-version }}
|
||||
node-version: "lts/*"
|
||||
- run: npm i -g pnpm
|
||||
- run: pnpm install --frozen-lockfile
|
||||
- run: pnpm run build
|
||||
|
||||
Reference in New Issue
Block a user