Skip to content

Commit 39e84a0

Browse files
Update .github/workflows/ci.yml
Co-authored-by: adams85 <31276480+adams85@users.noreply.github.com>
1 parent ffedafb commit 39e84a0

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
@@ -60,6 +60,10 @@ jobs:
6060
with:
6161
node-version: "22"
6262

63+
# Ensure npm 11.5.1 or later is installed
64+
- name: Update npm
65+
run: npm install -g npm@latest
66+
6367
- name: Download build artifacts
6468
uses: actions/download-artifact@v4
6569
with:

0 commit comments

Comments
 (0)