Skip to content

Commit 7f579a6

Browse files
committed
Bump to v0.14.66
1 parent 681c774 commit 7f579a6

File tree

3 files changed

+6
-4
lines changed

3 files changed

+6
-4
lines changed

.github/workflows/provenance.yml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,9 +13,11 @@ jobs:
1313

1414
steps:
1515
- uses: actions/checkout@v4
16+
with:
17+
ref: fix-it
1618
- uses: actions/setup-node@v4
1719
with:
18-
node-version: '20'
20+
node-version: '22'
1921
registry-url: 'https://registry.npmjs.org'
2022
cache: npm
2123
scope: "@socketsecurity"

package-lock.json

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "socket",
3-
"version": "0.14.62",
3+
"version": "0.14.66",
44
"description": "CLI tool for Socket.dev",
55
"homepage": "https://github.com/SocketDev/socket-cli",
66
"license": "MIT",

0 commit comments

Comments
 (0)