Skip to content

Commit

Permalink
⬆️ Bump dependencies including outdated rollup plugins
Browse files Browse the repository at this point in the history
  • Loading branch information
elbywan committed Oct 29, 2022
1 parent 5505c8b commit bcbcdc5
Show file tree
Hide file tree
Showing 6 changed files with 838 additions and 853 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/browser.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ jobs:
with:
cache: "npm"
- name: Install dependencies
run: npm ci --force
run: npm ci
- name: Build
run: npm run build
- name: Run browser tests
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/deno.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ jobs:
with:
deno-version: v1.x
- name: Install dependencies
run: npm ci --force
run: npm ci
- name: Build
run: npm run build
- name: Unit tests
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/node.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ jobs:
node-version: ${{ matrix.version }}
cache: "npm"
- name: Install dependencies
run: npm ci --force
run: npm ci
- name: Lint
run: npm run lint
- name: Build
Expand Down
Loading

0 comments on commit bcbcdc5

Please sign in to comment.