Skip to content

Commit 9544cb8

Browse files
authored
ci: remove sfw as it interferes with windows dependency resolution
1 parent beb6b31 commit 9544cb8

File tree

1 file changed

+3
-17
lines changed

1 file changed

+3
-17
lines changed

.github/workflows/unit-test.yml

Lines changed: 3 additions & 17 deletions
Original file line numberDiff line numberDiff line change
@@ -18,22 +18,8 @@ jobs:
1818
with:
1919
node-version: '24.x'
2020

21-
- uses: SocketDev/action@v1
22-
with:
23-
mode: firewall-free
24-
2521
- name: Install dev dependencies
26-
run: sfw npm install --no-package-lock
22+
run: npm install --no-package-lock
2723

28-
- name: Debug paths
29-
run: |
30-
echo "Current working directory:"
31-
pwd
32-
echo "Node version and path:"
33-
node -v
34-
where node
35-
echo "NPM version and path:"
36-
npm -v
37-
where npm
38-
echo "Check node_modules/.bin contents:"
39-
dir node_modules\.bin
24+
- name: Run unit tests
25+
run: npm run test

0 commit comments

Comments
 (0)