Skip to content

Commit

Permalink
move to npm ci
Browse files Browse the repository at this point in the history
Signed-off-by: Radoslaw Szwajkowski <[email protected]>
  • Loading branch information
rszwajko committed Sep 24, 2024
1 parent 049cc95 commit b6411b7
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 71 deletions.
7 changes: 2 additions & 5 deletions .github/workflows/ci-repo.yml
Original file line number Diff line number Diff line change
Expand Up @@ -38,14 +38,11 @@ jobs:
path: vscode/node_modules
key: ${{ runner.os }}-node-${{ hashFiles('vscode/package-lock.json') }}

- name: Verify package-lock.json
run: ./scripts/verify_lock.mjs

- name: Install dependencies
run: |
cd vscode
npm version
npm install
npm ci
- name: Lint sources
run: |
Expand Down Expand Up @@ -77,6 +74,6 @@ jobs:

- run: |
cd vscode
npm run install
npm run ci
- run: xvfb-run -a npm run test

66 changes: 0 additions & 66 deletions scripts/verify_lock.mjs

This file was deleted.

0 comments on commit b6411b7

Please sign in to comment.