Skip to content

Commit

Permalink
Add --no-package-lock
Browse files Browse the repository at this point in the history
  • Loading branch information
MarkusAmshove committed Jan 2, 2025
1 parent dc364a4 commit e5e287f
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ jobs:
uses: actions/setup-node@v3
with:
node-version: 18.x
- run: npm install
- run: npm install --no-package-lock
- name: lint
run: npm run lint
- run: xvfb-run -a npm test
Expand All @@ -41,7 +41,7 @@ jobs:

- uses: actions/checkout@v3

- run: npm install
- run: npm install --no-package-lock

- name: Downlaod JRE Windows
run: npx gulp download-jre --platform win32
Expand All @@ -65,7 +65,7 @@ jobs:
node-version: 18.x

- name: Build
run: npm install
run: npm install --no-package-lock

- name: Downlaod Language Server
run: npx gulp download-server
Expand Down

0 comments on commit e5e287f

Please sign in to comment.