Skip to content

Commit 483a8a4

Browse files
ci: upgrade trusted publish npm client
Ultraworked with [Sisyphus](https://github.com/code-yeongyu/oh-my-opencode) Co-authored-by: Sisyphus <clio-agent@sisyphuslabs.ai>
1 parent d54b7fe commit 483a8a4

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

.github/workflows/publish.yml

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -30,9 +30,10 @@ jobs:
3030
fetch-depth: 0
3131
- uses: actions/setup-node@v4
3232
with:
33-
node-version: 22.14.0
33+
node-version: 24
3434
cache: npm
3535
registry-url: https://registry.npmjs.org
36+
- run: npm install -g npm@latest
3637
- run: npm ci
3738
- run: npm run ci:check
3839
- run: npm run pack:dry-run
@@ -47,9 +48,10 @@ jobs:
4748
fetch-depth: 0
4849
- uses: actions/setup-node@v4
4950
with:
50-
node-version: 22.14.0
51+
node-version: 24
5152
cache: npm
5253
registry-url: https://registry.npmjs.org
54+
- run: npm install -g npm@latest
5355
- run: npm ci
5456
- name: Verify release tag matches package version
5557
if: ${{ github.event_name == 'release' }}

0 commit comments

Comments
 (0)