You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: .github/workflows/weekly-update.yml
+5-6Lines changed: 5 additions & 6 deletions
Original file line number
Diff line number
Diff line change
@@ -38,11 +38,13 @@ jobs:
38
38
node-version-file: .node-version
39
39
cache: 'pnpm'
40
40
41
-
- uses: SocketDev/socket-registry/.github/actions/install@715b14fec288ea6abc94a63dd74a2860c0db82f0# main
41
+
- uses: SocketDev/socket-registry/.github/actions/install@6096b06b1790f411714c89c40f72aade2eeaab7c# main
42
42
43
43
- name: Check for npm updates
44
44
id: check
45
+
shell: bash
45
46
run: |
47
+
alias pnpm="$SFW_BIN pnpm"
46
48
echo "Checking for npm package updates..."
47
49
HAS_UPDATES=false
48
50
NPM_UPDATES=$(pnpm outdated 2>/dev/null || true)
@@ -76,10 +78,7 @@ jobs:
76
78
node-version-file: .node-version
77
79
cache: 'pnpm'
78
80
79
-
- uses: SocketDev/socket-registry/.github/actions/install@715b14fec288ea6abc94a63dd74a2860c0db82f0 # main
80
-
81
-
- name: Install Claude Code
82
-
run: npm install -g @anthropic-ai/claude-code
81
+
- uses: SocketDev/socket-registry/.github/actions/install@6096b06b1790f411714c89c40f72aade2eeaab7c # main
83
82
84
83
- name: Create update branch
85
84
id: branch
@@ -107,7 +106,7 @@ jobs:
107
106
fi
108
107
109
108
set +e
110
-
claude --print --dangerously-skip-permissions \
109
+
pnpm exec claude --print --dangerously-skip-permissions \
111
110
--model sonnet \
112
111
"/updating - Run the updating skill to update all dependencies. Create atomic commits for each update. You are running in CI mode - skip builds and tests. Do not push or create a PR." \
0 commit comments