Skip to content

Commit

Permalink
chore: update GitHub actions on publish workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
ludofischer committed Apr 24, 2024
1 parent 00b7738 commit 01839be
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/publish.yml
Expand Up @@ -9,11 +9,11 @@ jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4.1.1
- uses: actions/checkout@v4.1.3
- name: Install pnpm
uses: pnpm/action-setup@v3.0.0
with:
version: 7.33.6
version: 9.0.6

- name: Setup .npmrc file to publish to npm
uses: actions/setup-node@v4.0.2
Expand Down

0 comments on commit 01839be

Please sign in to comment.