Skip to content

Commit

Permalink
chore: resolve dependency vulnerabilities
Browse files Browse the repository at this point in the history
  • Loading branch information
jamesgeorge007 committed Sep 25, 2023
1 parent dd86d0a commit b0b4fd0
Show file tree
Hide file tree
Showing 2 changed files with 18,480 additions and 13,664 deletions.
5 changes: 3 additions & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,14 +12,15 @@ jobs:
strategy:
matrix:
os: [ubuntu-latest, macos-latest, windows-latest]
node: [12, 14]
node: [16, 18, 20]
steps:
- uses: actions/checkout@v2
- name: Setup node
uses: actions/setup-node@v2
with:
node-version: ${{ matrix.node }}
cache: 'npm'
- name: Install packages
run: npm ci
- name: Run e2e tests
run: npm run test
run: npm run test

0 comments on commit b0b4fd0

Please sign in to comment.