We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 32a5f6c commit 7f7b7f7Copy full SHA for 7f7b7f7
.github/workflows/release.yml
@@ -24,7 +24,6 @@ jobs:
24
with:
25
node-version: 22
26
registry-url: "https://registry.npmjs.org"
27
- - run: npm install -g npm@latest
28
- run: bun install
29
30
- name: Check if version changed
package.json
@@ -1,6 +1,6 @@
1
{
2
"name": "@arcadeai/create-agent",
3
- "version": "0.5.2",
+ "version": "0.5.3",
4
"type": "module",
5
"description": "Scaffold an Arcade-powered AI agent",
6
"license": "MIT",
0 commit comments