Skip to content

Commit

Permalink
Fix github actions 4
Browse files Browse the repository at this point in the history
  • Loading branch information
alexdev888 committed Apr 27, 2024
1 parent d5797ff commit ce03277
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,13 +16,13 @@ jobs:
if: ${{ github.event.workflow_run.conclusion == 'success' }}
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: pnpm/action-setup@v2
- uses: actions/checkout@v4
- uses: pnpm/action-setup@v3
with:
version: 7
- uses: actions/setup-node@v3
version: 9
- uses: actions/setup-node@v4
with:
node-version: 16.x
node-version: 20
cache: "pnpm"

- run: pnpm install --frozen-lockfile
Expand Down

0 comments on commit ce03277

Please sign in to comment.