Skip to content

Commit

Permalink
fix: GitHub Actions
Browse files Browse the repository at this point in the history
  • Loading branch information
ashcolor committed Jul 4, 2024
1 parent 629e111 commit b6ae2d8
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ jobs:
with:
node-version-file: ".node-version"

- uses: pnpm/action-setup@v2
- uses: pnpm/action-setup@v4

- name: Install dependencies
run: |
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/playwright.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,9 +13,9 @@ jobs:

- uses: actions/setup-node@v4
with:
node-version: lts/*
node-version-file: ".node-version"

- uses: pnpm/action-setup@v2
- uses: pnpm/action-setup@v4

- name: Install dependencies
run: pnpm install --frozen-lockfile && pnpm build
Expand Down

0 comments on commit b6ae2d8

Please sign in to comment.