Skip to content

Commit

Permalink
build: add node-version explicit
Browse files Browse the repository at this point in the history
  • Loading branch information
puria committed May 7, 2024
1 parent 41a6024 commit 7024f7d
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,8 @@ jobs:
steps:
- uses: actions/checkout@v4
- uses: actions/setup-node@v4
with:
node-version: latest
- uses: pnpm/action-setup@v3
with:
version: 8
Expand All @@ -44,6 +46,8 @@ jobs:
steps:
- uses: actions/checkout@v4
- uses: actions/setup-node@v4
with:
node-version: latest
- name: pnpm/actions-setup@v3
with:
version: 8
Expand All @@ -68,6 +72,8 @@ jobs:
steps:
- uses: actions/checkout@v4
- uses: actions/setup-node@v4
with:
node-version: latest
- uses: pnpm/action-setup@v3
with:
version: 8
Expand Down

0 comments on commit 7024f7d

Please sign in to comment.