Skip to content

Commit

Permalink
πŸ”₯ remove package-lock, add .npmrc (#1814)
Browse files Browse the repository at this point in the history
* πŸ”₯ remove package-lock, add .npmrc

* βœ… fix assertions for breaking "fix" in xmldom 0.8.2
  • Loading branch information
ctcpip authored Jun 27, 2024
1 parent 6437559 commit 457c60b
Show file tree
Hide file tree
Showing 4 changed files with 13 additions and 13,821 deletions.
12 changes: 9 additions & 3 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,9 @@ jobs:
- uses: actions/setup-node@v4
with:
node-version: 14
- run: npm ci
cache: 'npm'
cache-dependency-path: package.json
- run: npm i
- run: npm run lint

test:
Expand Down Expand Up @@ -48,8 +50,10 @@ jobs:
- uses: actions/setup-node@v4
with:
node-version: ${{ matrix.node }}
cache: 'npm'
cache-dependency-path: package.json
- run: firefox --version
- run: npm ci
- run: npm i
- uses: nick-invision/retry@v3.0.0
with:
timeout_minutes: 10
Expand All @@ -74,7 +78,9 @@ jobs:
- uses: actions/setup-node@v4
with:
node-version: 14
- run: npm ci
cache: 'npm'
cache-dependency-path: package.json
- run: npm i
- run: npm run browser-tests
env:
SAUCE_USERNAME: testem-ci
Expand Down
1 change: 1 addition & 0 deletions .npmrc
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
package-lock=false
Loading

0 comments on commit 457c60b

Please sign in to comment.