Skip to content

Commit

Permalink
specify node modules registry link
Browse files Browse the repository at this point in the history
  • Loading branch information
Calvinn Ng committed May 1, 2024
1 parent 332cbe1 commit 4a77bbd
Showing 1 changed file with 3 additions and 11 deletions.
14 changes: 3 additions & 11 deletions .github/workflows/build_all.yml
Original file line number Diff line number Diff line change
Expand Up @@ -41,19 +41,11 @@ jobs:
- name: Setup Node.js environment
uses: actions/setup-node@v4.0.2
with:
node-version: "21.7.3"

- name: Install dependencies
run: |
if [ "${{ matrix.os }}" = "win32" ]; then
pwsh install-dependencies.ps1
else
bash install-dependencies.sh
fi
shell: bash
node-version: "21"
registry-url: "https://registry.npmjs.org/"

- name: Run build script
run: node extensions/vscode/scripts/prepackage.js --target ${{ matrix.os }}-${{ matrix.arch }}
run: node extensions/vscode/scripts/prepackage.js

- name: Archive build artifacts
uses: actions/download-artifact@v4.1.7

0 comments on commit 4a77bbd

Please sign in to comment.