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 c0eb07d commit 2d2e515
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions .github/workflows/npm-publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,16 +12,14 @@ jobs:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: pnpm/[email protected]
with:
version: 9.12.1
- uses: actions/[email protected]
with:
node-version: 22.9.0
registry-url: https://registry.npmjs.org/
cache: 'pnpm'
- run: npm install corepack -g
- run: corepack enable
- run: corepack install -g [email protected]
- run: pnpm install
- run: npx playwright install
- run: npm publish
Expand Down

0 comments on commit 2d2e515

Please sign in to comment.