Skip to content

Commit ed85892

Browse files
ci: Remove SocketDev from release pipeline (#337)
1 parent 0671e8d commit ed85892

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
@@ -20,10 +20,7 @@ jobs:
2020
uses: actions/setup-node@v6
2121
with:
2222
node-version: lts/*
23-
- uses: SocketDev/action@v1
24-
with:
25-
mode: firewall-free
26-
- run: sfw npm install --no-package-lock
23+
- run: npm install --no-package-lock
2724
name: Install dependencies
2825
- run: npm run test
2926
name: Run NPM Test

0 commit comments

Comments
 (0)