Skip to content

Commit 61fbbb5

Browse files
ci: Remove SocketDev from publish action
1 parent 7605eb2 commit 61fbbb5

File tree

1 file changed

+1
-4
lines changed

1 file changed

+1
-4
lines changed

.github/workflows/publish.js.yml

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -30,13 +30,10 @@ jobs:
3030
uses: actions/setup-node@v4
3131
with:
3232
node-version: lts/*
33-
- uses: SocketDev/action@v1
34-
with:
35-
mode: firewall-free
3633
- uses: maxim-lobanov/setup-xcode@v1
3734
with:
3835
xcode-version: "${{ env.XCODE_VERSION }}"
39-
- run: sfw npm install --no-package-lock
36+
- run: npm install --no-package-lock
4037
name: Install dev dependencies
4138
- run: npm run build
4239
name: Run build

0 commit comments

Comments
 (0)