Skip to content

Commit 3f7361e

Browse files
committed
ci: use node 24 for publish job (required for npm trusted publishing)
1 parent 80e4581 commit 3f7361e

1 file changed

Lines changed: 1 addition & 2 deletions

File tree

.github/workflows/ci.yml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -99,9 +99,8 @@ jobs:
9999
- uses: pnpm/action-setup@v4
100100
- uses: actions/setup-node@v4
101101
with:
102-
node-version: 20
102+
node-version: 24
103103
cache: pnpm
104-
registry-url: https://registry.npmjs.org
105104
- run: pnpm install --frozen-lockfile
106105
- run: pnpm build
107106
- run: npm publish --provenance --access public

0 commit comments

Comments
 (0)