Skip to content

Commit 5a56b14

Browse files
authored
fix: use Node 24 for npm Trusted Publishers support (#63)
1 parent 52a37c4 commit 5a56b14

2 files changed

Lines changed: 3 additions & 3 deletions

File tree

.github/workflows/publish-cli.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -23,8 +23,8 @@ jobs:
2323
- name: Setup Node.js
2424
uses: actions/setup-node@v4
2525
with:
26-
node-version: "20"
27-
registry-url: "https://registry.npmjs.org"
26+
node-version: "24"
27+
registry-url: "https://registry.npmjs.org/"
2828

2929
- name: Setup Bun
3030
uses: oven-sh/setup-bun@v2

packages/cli/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@avrl/gitdepsec",
3-
"version": "0.1.1",
3+
"version": "0.1.2",
44
"description": "CLI tool for analyzing dependency vulnerabilities in your projects",
55
"keywords": [
66
"security",

0 commit comments

Comments
 (0)