aboutsummaryrefslogtreecommitdiff
path: root/.github
diff options
context:
space:
mode:
authorValentin Popov <valentin@popov.link>2026-02-06 02:54:21 +0300
committerValentin Popov <valentin@popov.link>2026-02-06 02:54:21 +0300
commita7b4d1468589d2da4bc6ede99f0374e0d862d126 (patch)
tree5fecf79dfda8abc433d898df7d92023e699ae438 /.github
parent4bb314590633afe104695e83e8627dd915e4959d (diff)
downloadstrapi-plugin-checkbox-list-a7b4d1468589d2da4bc6ede99f0374e0d862d126.tar.xz
strapi-plugin-checkbox-list-a7b4d1468589d2da4bc6ede99f0374e0d862d126.zip
Upgrade npm version in GitHub Actions workflow for trusted publishing
Diffstat (limited to '.github')
-rw-r--r--.github/workflows/publish.yml2
1 files changed, 2 insertions, 0 deletions
diff --git a/.github/workflows/publish.yml b/.github/workflows/publish.yml
index a59b322..37fa78e 100644
--- a/.github/workflows/publish.yml
+++ b/.github/workflows/publish.yml
@@ -69,6 +69,8 @@ jobs:
node-version: 22
cache: "npm"
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
run: |
VERSION=$(node -p "require('./package.json').version")