There was an error while loading. Please reload this page.
1 parent 7605eb2 commit 61fbbb5Copy full SHA for 61fbbb5
.github/workflows/publish.js.yml
@@ -30,13 +30,10 @@ jobs:
30
uses: actions/setup-node@v4
31
with:
32
node-version: lts/*
33
- - uses: SocketDev/action@v1
34
- with:
35
- mode: firewall-free
36
- uses: maxim-lobanov/setup-xcode@v1
37
38
xcode-version: "${{ env.XCODE_VERSION }}"
39
- - run: sfw npm install --no-package-lock
+ - run: npm install --no-package-lock
40
name: Install dev dependencies
41
- run: npm run build
42
name: Run build
0 commit comments