Pin to a different npm version

This commit is contained in:
Vanilagy
2026-04-14 11:57:58 +02:00
parent 18ca50d5c4
commit cbbd9bd7fc
+3
View File
@@ -41,6 +41,9 @@ jobs:
cache: 'npm' cache: 'npm'
registry-url: https://registry.npmjs.org registry-url: https://registry.npmjs.org
- name: Update npm
run: npm install -g [email protected]
- name: Get package.json version - name: Get package.json version
id: package-json-version id: package-json-version
run: echo "version=v$(cat package.json | jq '.version' --raw-output)" >> $GITHUB_OUTPUT run: echo "version=v$(cat package.json | jq '.version' --raw-output)" >> $GITHUB_OUTPUT