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
1 merge request!12Update from upstream
......@@ -14,7 +14,7 @@ jobs:
runs-on: ubuntu-latest
strategy:
matrix:
node-version: [14.x, 16.x, 18.x, 19.x]
node-version: [16.x, 18.x, 19.x]
steps:
- uses: actions/checkout@v3
......@@ -22,7 +22,7 @@ jobs:
uses: actions/setup-node@v2
with:
node-version: ${{ matrix.node-version }}
- run: npm ci
- run: npm install
- run: npm test
- name: Upload coverage to Codecov
uses: codecov/codecov-action@v3
dist/
coverage/
node_modules/
package-lock.json
*.log
*.tgz
\ No newline at end of file
This diff is collapsed.
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment