Skip to content

Commit

Permalink
chore(deps): bumping out of date deps
Browse files Browse the repository at this point in the history
  • Loading branch information
erunion committed May 26, 2023
1 parent 7168e1c commit c68417e
Show file tree
Hide file tree
Showing 5 changed files with 310 additions and 441 deletions.
7 changes: 0 additions & 7 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,6 @@ jobs:
strategy:
matrix:
node-version:
- 14
- 16
- 18
- 19
Expand All @@ -22,12 +21,6 @@ jobs:
with:
node-version: ${{ matrix.node-version }}

# Node 14 still ships with npm@6 so for compatibility reasons we're upping
# this to match everything else.
- name: Install npm@8
if: matrix.node-version == '14'
run: npm install -g npm@8

- run: npm ci
- run: npm run lint
- run: npm test
Loading

0 comments on commit c68417e

Please sign in to comment.