We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 52a37c4 commit 5a56b14Copy full SHA for 5a56b14
2 files changed
.github/workflows/publish-cli.yml
@@ -23,8 +23,8 @@ jobs:
23
- name: Setup Node.js
24
uses: actions/setup-node@v4
25
with:
26
- node-version: "20"
27
- registry-url: "https://registry.npmjs.org"
+ node-version: "24"
+ registry-url: "https://registry.npmjs.org/"
28
29
- name: Setup Bun
30
uses: oven-sh/setup-bun@v2
packages/cli/package.json
@@ -1,6 +1,6 @@
1
{
2
"name": "@avrl/gitdepsec",
3
- "version": "0.1.1",
+ "version": "0.1.2",
4
"description": "CLI tool for analyzing dependency vulnerabilities in your projects",
5
"keywords": [
6
"security",
0 commit comments