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 78ed402
Show file tree
Hide file tree
Showing 2 changed files with 18,482 additions and 13,666 deletions.
9 changes: 5 additions & 4 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ on:
pull_request:
branches:
- master
- next
- develop
workflow_dispatch:
jobs:
job:
Expand All @@ -19,7 +19,8 @@ jobs:
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 install
- name: Run tests
run: npm run test
Loading

0 comments on commit 78ed402

Please sign in to comment.