Skip to content

Commit

Permalink
fix: fix github actions
Browse files Browse the repository at this point in the history
  • Loading branch information
arianrhodsandlot committed Aug 9, 2023
1 parent 34be6aa commit 76058c4
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions .github/workflows/test.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -6,16 +6,16 @@ jobs:
steps:
- uses: actions/checkout@v3

- uses: pnpm/action-setup@v2
with:
version: 8.1.1
run_install: true

- uses: actions/setup-node@v3
with:
node-version: 19.8.1
node-version: 20
cache: pnpm

- uses: pnpm/action-setup@v2
with:
version: 8
run_install: true

- run: pnpm lint

- run: pnpm t

0 comments on commit 76058c4

Please sign in to comment.