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 76058c4 commit 494670f
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 8 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -11,12 +11,12 @@ jobs:

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

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

- run: pnpm build
Expand Down
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: actions/setup-node@v3
with:
node-version: 20
cache: pnpm

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

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

- run: pnpm lint
- run: pnpm playwright install
- run: pnpm t

0 comments on commit 494670f

Please sign in to comment.