@projectsolo/solo-mission-mcp 0.19.0 → 0.19.1
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
|
@@ -23,9 +23,10 @@ jobs:
|
|
|
23
23
|
registry-url: 'https://registry.npmjs.org'
|
|
24
24
|
|
|
25
25
|
# Trusted Publishing (OIDC) requires npm CLI >= 11.5.1; Node 20's bundled
|
|
26
|
-
# npm predates that.
|
|
26
|
+
# npm predates that. Pinned to the 11.x line (not `latest`) because npm
|
|
27
|
+
# 12 requires Node >=22.22.2/24.15/26 and this job runs on Node 20.
|
|
27
28
|
- name: Update npm for OIDC trusted publishing support
|
|
28
|
-
run: npm install -g npm@
|
|
29
|
+
run: npm install -g npm@11
|
|
29
30
|
|
|
30
31
|
- name: Install dependencies
|
|
31
32
|
run: npm ci
|
package/package.json
CHANGED