Skip to content

Commit

Permalink
chore(ci): run on Node 16 only
Browse files Browse the repository at this point in the history
  • Loading branch information
lukeed committed Sep 4, 2021
1 parent f046253 commit c09214f
Showing 1 changed file with 2 additions and 5 deletions.
7 changes: 2 additions & 5 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,16 +13,13 @@ on:

jobs:
test:
name: Node.js v${{ matrix.nodejs }}
name: Node.js v16
runs-on: ubuntu-latest
strategy:
matrix:
nodejs: [12, 14]
steps:
- uses: actions/checkout@v2
- uses: actions/setup-node@v2
with:
node-version: ${{ matrix.nodejs }}
node-version: 16

- name: (env) pnpm
run: curl -L https://pnpm.js.org/pnpm.js | node - add --global pnpm
Expand Down

0 comments on commit c09214f

Please sign in to comment.