Skip to content
Snippets Groups Projects
Unverified Commit 43f3ed36 authored by Nick Budak's avatar Nick Budak Committed by GitHub
Browse files

Merge pull request #3626 from ProjectMirador/remove-package-lock

Revert "Add the lockfile to the repo"
parents 6150c0ae 20c14b46
No related branches found
No related tags found
No related merge requests found
...@@ -14,7 +14,7 @@ jobs: ...@@ -14,7 +14,7 @@ jobs:
runs-on: ubuntu-latest runs-on: ubuntu-latest
strategy: strategy:
matrix: matrix:
node-version: [14.x, 16.x, 18.x, 19.x] node-version: [16.x, 18.x, 19.x]
steps: steps:
- uses: actions/checkout@v3 - uses: actions/checkout@v3
...@@ -22,7 +22,7 @@ jobs: ...@@ -22,7 +22,7 @@ jobs:
uses: actions/setup-node@v2 uses: actions/setup-node@v2
with: with:
node-version: ${{ matrix.node-version }} node-version: ${{ matrix.node-version }}
- run: npm ci - run: npm install
- run: npm test - run: npm test
- name: Upload coverage to Codecov - name: Upload coverage to Codecov
uses: codecov/codecov-action@v3 uses: codecov/codecov-action@v3
dist/ dist/
coverage/ coverage/
node_modules/ node_modules/
package-lock.json
*.log *.log
*.tgz *.tgz
\ No newline at end of file
Source diff could not be displayed: it is too large. Options to address this: view the blob.
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment