Skip to content

Commit 592d0d2

Browse files
committed
fix: no need to install npm
1 parent bc90700 commit 592d0d2

File tree

1 file changed

+0
-4
lines changed

1 file changed

+0
-4
lines changed

.github/workflows/npm-release.yml

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -67,10 +67,6 @@ jobs:
6767
with:
6868
node-version: lts/*
6969

70-
# Ensure npm 11.5.1 or later is installed
71-
- name: Update npm
72-
run: npm install -g npm@latest
73-
7470
# Install action dependencies
7571
- name: Install action dependencies
7672
run: npm i --no-package-lock --no-fund --force --omit=dev

0 commit comments

Comments
 (0)