Skip to content

Commit

Permalink
Update npm-publish.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
windsonR authored Oct 9, 2024
1 parent cd132f5 commit 3527bfb
Showing 1 changed file with 5 additions and 2 deletions.
7 changes: 5 additions & 2 deletions .github/workflows/npm-publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,9 +12,12 @@ jobs:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: actions/setup-node@v4
- uses: pnpm/action-setup@v4.0.0
with:
node-version: 20
version: 9.12.1
- uses: actions/[email protected]
with:
node-version: 22.9.0
registry-url: https://registry.npmjs.org/
- run: pnpm install
- run: npx playwright install
Expand Down

0 comments on commit 3527bfb

Please sign in to comment.