Upgrade npm version in GitHub Actions workflow for trusted publishing
All checks were successful
Test / Basic (push) Successful in 2m47s
RenovateBot / renovate (push) Successful in 1m0s

This commit is contained in:
2026-02-05 23:54:21 +00:00
parent 4bb3145906
commit a7b4d14685

View File

@@ -69,6 +69,8 @@ jobs:
node-version: 22 node-version: 22
cache: "npm" cache: "npm"
cache-dependency-path: package-lock.json cache-dependency-path: package-lock.json
- name: Upgrade npm for trusted publishing
run: npm install -g npm@^11.5.1
- name: Check tag matches package version - name: Check tag matches package version
run: | run: |
VERSION=$(node -p "require('./package.json').version") VERSION=$(node -p "require('./package.json').version")