Skip to content

Commit

Permalink
Merge pull request #25 from AikidoSec/feat/automate-new-version
Browse files Browse the repository at this point in the history
set version to 0 since it will be set by npm version command
  • Loading branch information
willem-delbare authored Oct 15, 2024
2 parents 0043004 + 32b10f2 commit cfd252b
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/build-and-release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ jobs:
timeout-minutes: 15
steps:
- uses: actions/checkout@v4
- uses: actions/setup-node@v3
- uses: actions/setup-node@v4
with:
node-version: "20.x"
registry-url: "https://registry.npmjs.org"
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@aikidosec/ci-api-client",
"version": "1.0.6",
"version": "0.0.0",
"description": "CLI api client to easily integrate the Aikido public CI API into custom deploy scripts",
"license": "MIT",
"author": "Bert Devriese <bert@builtinbruges.com>",
Expand Down

0 comments on commit cfd252b

Please sign in to comment.