Skip to content

Commit dc413b2

Browse files
committed
chore: sigh, fix release?
1 parent 1e1157f commit dc413b2

File tree

1 file changed

+4
-3
lines changed

1 file changed

+4
-3
lines changed

.github/workflows/main.yml

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -95,13 +95,14 @@ jobs:
9595
persist-credentials: false
9696
- uses: actions/setup-node@v4
9797
with:
98-
node-version: lts/*
9998
cache: npm
99+
node-version: lts/*
100100
registry-url: 'https://registry.npmjs.org'
101+
# Ensure npm 11.5.1 or later is installed
102+
- name: Update npm
103+
run: npm install -g npm@latest
101104
- run: npm ci
102105
# Branches that will release new versions are defined in .releaserc.json
103106
- run: npm run release
104107
env:
105108
GITHUB_TOKEN: ${{ steps.app-token.outputs.token }}
106-
NPM_TOKEN: ${{ secrets.NPM_PUBLISH_TOKEN }}
107-
NPM_CONFIG_PROVENANCE: true

0 commit comments

Comments
 (0)