Skip to content

Commit

Permalink
fix: workflow pnpm to latest
Browse files Browse the repository at this point in the history
  • Loading branch information
shinokada committed Jan 12, 2024
1 parent 6770c92 commit a1358fe
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/playwright-and-lint.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ jobs:
- uses: actions/checkout@v3
- uses: pnpm/action-setup@v2
with:
version: 7
version: 'latest'
- uses: actions/setup-node@v3
with:
node-version: '18'
Expand Down

2 comments on commit a1358fe

@vercel
Copy link

@vercel vercel bot commented on a1358fe Jan 12, 2024

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@vercel
Copy link

@vercel vercel bot commented on a1358fe Jan 12, 2024

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please sign in to comment.