Skip to content

Commit

Permalink
Disable lock file
Browse files Browse the repository at this point in the history
  • Loading branch information
Chris Barber committed Dec 18, 2023
1 parent fe44286 commit 27ab6bd
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -34,15 +34,14 @@ jobs:
uses: actions/setup-node@v3
with:
node-version: ${{ matrix.node }}
cache: 'npm'
- uses: actions/setup-python@v4
with:
# we lock to 3.11 for a distutils requirement for node-gyp
python-version: '3.11'
- name: Prepare Install (if applicable)
run: node prepare-install.js
- name: Install Dependencies
run: npm install
run: npm install --no-package-lock
- name: Build
run: npm run build
- name: Run Tests
Expand Down

0 comments on commit 27ab6bd

Please sign in to comment.