We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0671e8d commit 57c0b8eCopy full SHA for 57c0b8e
.github/workflows/publish.js.yml
@@ -20,10 +20,7 @@ jobs:
20
uses: actions/setup-node@v6
21
with:
22
node-version: lts/*
23
- - uses: SocketDev/action@v1
24
- with:
25
- mode: firewall-free
26
- - run: sfw npm install --no-package-lock
+ - run: npm install --no-package-lock
27
name: Install dependencies
28
- run: npm run test
29
name: Run NPM Test
0 commit comments