Skip to content

Commit 0177cc0

Browse files
ci: pin node 22.14.0 and update npm for trusted publishing
1 parent 34fb509 commit 0177cc0

1 file changed

Lines changed: 4 additions & 1 deletion

File tree

.github/workflows/release.yml

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,9 +19,12 @@ jobs:
1919

2020
- uses: actions/setup-node@v4
2121
with:
22-
node-version: "22"
22+
node-version: "22.14.0"
2323
registry-url: "https://registry.npmjs.org"
2424

25+
- name: Update npm
26+
run: npm install -g npm@latest
27+
2528
- uses: oven-sh/setup-bun@v2
2629
with:
2730
bun-version: latest

0 commit comments

Comments
 (0)