Skip to content

Commit

Permalink
chore: update ci things
Browse files Browse the repository at this point in the history
  • Loading branch information
maraisr committed May 17, 2023
1 parent f2e4976 commit 207809c
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,14 +11,14 @@ jobs:
runs-on: ubuntu-latest
strategy:
matrix:
node: [16, 17, 18, 20]
node: [16, 18, 20]
steps:
- uses: actions/checkout@main

- name: (env) setup pnpm
uses: pnpm/action-setup@v2.0.1
uses: pnpm/action-setup@v2.2.4
with:
version: 7.2.1
version: 8.5.1

- name: (env) setup node v${{ matrix.node }}
uses: actions/setup-node@main
Expand All @@ -34,7 +34,7 @@ jobs:
run: pnpm run build

- name: Test
run: pnpm test
run: pnpm run test

- name: Check Types
run: pnpm run typecheck

0 comments on commit 207809c

Please sign in to comment.