Skip to content

Commit

Permalink
Merge pull request #70 from Contrast-Security-Inc/NODE-3519-retire-pr…
Browse files Browse the repository at this point in the history
…ebuildify-cross

rebuild package-lock
  • Loading branch information
bmacnaughton authored Jul 22, 2024
2 parents f37326a + 874da1d commit 6fa5aa8
Show file tree
Hide file tree
Showing 3 changed files with 796 additions and 479 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/release-no-prebuildify-cross.yml
Original file line number Diff line number Diff line change
Expand Up @@ -77,13 +77,13 @@ jobs:
uses: actions/setup-node@v4
with:
node-version: 22
- name: Update npm
run: npm install -g npm@10
# - name: Update npm
# run: npm install -g npm@10
- name: Install dependencies
run: npm ci --ignore-scripts
# new versions of python don't include distutils. setuptools provides it.
- name: Install setuptools
run: pip install setuptools
- name: Install
run: npm ci --ignore-scripts
- name: Build
run: npm run build:${{ matrix.build-group }}
shell: bash
Expand Down
Loading

0 comments on commit 6fa5aa8

Please sign in to comment.