|
|
|
|
@ -26,6 +26,10 @@ jobs:
|
|
|
|
|
cache-dependency-path: packages/npm/yarn.lock
|
|
|
|
|
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
|
|
|
|
|
run: "yarn install --frozen-lockfile"
|
|
|
|
|
|
|
|
|
|
|