Skip to content

Commit

Permalink
better node version
Browse files Browse the repository at this point in the history
  • Loading branch information
arvid220u committed Feb 18, 2024
1 parent dbbd6c7 commit 6517177
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ jobs:
- name: Setup Node
uses: actions/setup-node@v3
with:
node-version: 18.x
node-version: 20.6.1

- uses: anysphere/action-setup@c3b53f6a16e57305370b4ae5a540c2077a1d50dd
name: Install pnpm
Expand Down Expand Up @@ -91,7 +91,7 @@ jobs:
- name: Setup Node
uses: actions/setup-node@v3
with:
node-version: 18.x
node-version: 20.6.1

- uses: anysphere/action-setup@c3b53f6a16e57305370b4ae5a540c2077a1d50dd
name: Install pnpm
Expand Down

0 comments on commit 6517177

Please sign in to comment.