Update npm

pull/2239/head
Michael Telatynski 1 month ago
parent 29c3bd7b5d
commit b482da58b6
No known key found for this signature in database
GPG Key ID: A2B008A5F49F5D0D

@ -26,6 +26,10 @@ jobs:
cache-dependency-path: packages/npm/yarn.lock cache-dependency-path: packages/npm/yarn.lock
registry-url: "https://registry.npmjs.org" registry-url: "https://registry.npmjs.org"
# Ensure npm 11.5.1 or later is installed
- name: Update npm
run: npm install -g npm@latest
- name: 🔨 Install dependencies - name: 🔨 Install dependencies
run: "yarn install --frozen-lockfile" run: "yarn install --frozen-lockfile"

Loading…
Cancel
Save