Skip to content

Commit 961d20e

Browse files
committed
Revert "fix: no need to install npm"
This reverts commit 592d0d2.
1 parent 592d0d2 commit 961d20e

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

.github/workflows/npm-release.yml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -67,6 +67,10 @@ 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+
7074
# Install action dependencies
7175
- name: Install action dependencies
7276
run: npm i --no-package-lock --no-fund --force --omit=dev

0 commit comments

Comments
 (0)