Skip to content

Commit c579ebb

Browse files
committed
fix: remove npm upgrade step, rely on pre-installed npm
1 parent 0426fbe commit c579ebb

1 file changed

Lines changed: 0 additions & 9 deletions

File tree

.github/workflows/release.yml

Lines changed: 0 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -26,15 +26,6 @@ jobs:
2626
with:
2727
node-version: '22'
2828

29-
- name: Update npm for OIDC trusted publishing
30-
run: |
31-
curl -fsSL https://registry.npmjs.org/npm/-/npm-11.3.0.tgz -o /tmp/npm.tgz
32-
npm_root="$(dirname "$(dirname "$(which npm)")")/lib/node_modules/npm"
33-
tar -xzf /tmp/npm.tgz -C /tmp
34-
rm -rf "$npm_root"
35-
mv /tmp/package "$npm_root"
36-
npm --version
37-
3829
- name: Install dependencies
3930
run: bun install
4031

0 commit comments

Comments
 (0)