Skip to content

Commit 78e395e

Browse files
committed
Ensure npm 11.5.1 or later is installed
1 parent af73576 commit 78e395e

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

.github/workflows/ci.yml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -48,6 +48,10 @@ jobs:
4848
node-version: 20
4949
registry-url: https://registry.npmjs.org/
5050

51+
# Ensure npm 11.5.1 or later is installed
52+
- name: Update npm
53+
run: npm install -g npm@latest
54+
5155
- name: Install dependencies
5256
run: npm install
5357

0 commit comments

Comments
 (0)