Skip to content

Commit 5555658

Browse files
committed
ci: install latest node in release workflow
1 parent a459b5e commit 5555658

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

.github/workflows/release.yml

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,8 +22,11 @@ jobs:
2222
uses: actions/checkout@v3
2323
with:
2424
fetch-depth: 0
25+
- name: Setup Node.js
26+
uses: actions/setup-node@v4
27+
with:
28+
node-version: "latest"
2529
- uses: oven-sh/setup-bun@v1
26-
- run: bun install --frozen-lockfile
2730
- name: Install dependencies
2831
run: bun install --frozen-lockfile
2932
- name: Verify the integrity of provenance attestations and registry signatures for installed dependencies

0 commit comments

Comments
 (0)