Skip to content

Commit 76887b7

Browse files
committed
ci: use Node 24 to get npm 11 OIDC support
1 parent 6054354 commit 76887b7

2 files changed

Lines changed: 2 additions & 3 deletions

File tree

.github/workflows/release.yml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -16,9 +16,8 @@ jobs:
1616
- uses: oven-sh/setup-bun@v2
1717
- uses: actions/setup-node@v4
1818
with:
19-
node-version: '22'
19+
node-version: '24'
2020
registry-url: 'https://registry.npmjs.org'
21-
- run: npm install -g npm@latest
2221
- run: bun install --frozen-lockfile
2322
- run: bun run typecheck
2423
- run: bun test

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@shotstack/cli",
3-
"version": "0.1.1",
3+
"version": "0.1.2",
44
"description": "Command-line interface for the Shotstack video rendering API.",
55
"license": "Apache-2.0",
66
"homepage": "https://github.com/shotstack/shotstack-cli",

0 commit comments

Comments
 (0)