We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6054354 commit 76887b7Copy full SHA for 76887b7
2 files changed
.github/workflows/release.yml
@@ -16,9 +16,8 @@ jobs:
16
- uses: oven-sh/setup-bun@v2
17
- uses: actions/setup-node@v4
18
with:
19
- node-version: '22'
+ node-version: '24'
20
registry-url: 'https://registry.npmjs.org'
21
- - run: npm install -g npm@latest
22
- run: bun install --frozen-lockfile
23
- run: bun run typecheck
24
- run: bun test
package.json
@@ -1,6 +1,6 @@
1
{
2
"name": "@shotstack/cli",
3
- "version": "0.1.1",
+ "version": "0.1.2",
4
"description": "Command-line interface for the Shotstack video rendering API.",
5
"license": "Apache-2.0",
6
"homepage": "https://github.com/shotstack/shotstack-cli",
0 commit comments