Skip to content

Commit

Permalink
Fix publish GH action
Browse files Browse the repository at this point in the history
  • Loading branch information
cb1kenobi authored May 10, 2024
1 parent fc9bc8c commit 92ce047
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,18 +10,18 @@ jobs:

steps:
- name: Checkout repository
uses: actions/checkout@v3
with:
fetch-depth: 0
uses: actions/checkout@v4

- name: Setup node
uses: actions/setup-node@v3
uses: actions/setup-node@v4
with:
node-version: 20
registry-url: 'https://registry.npmjs.org/'

- name: Install pnpm
uses: pnpm/action-setup@v2
with:
version: latest

- name: Install dependencies
run: pnpm install
Expand Down

0 comments on commit 92ce047

Please sign in to comment.