Skip to content

Commit

Permalink
feat: expect helper
Browse files Browse the repository at this point in the history
  • Loading branch information
kobenguyent committed Oct 12, 2023
1 parent 869309d commit 049f885
Showing 1 changed file with 2 additions and 5 deletions.
7 changes: 2 additions & 5 deletions .github/workflows/expectHelper.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ jobs:

strategy:
matrix:
node-version: [16.x]
node-version: [18.x]

steps:
- uses: actions/checkout@v4
Expand All @@ -29,9 +29,6 @@ jobs:
with:
node-version: ${{ matrix.node-version }}
- name: npm install
run: |
npm install --legacy-peer-deps
env:
PUPPETEER_SKIP_CHROMIUM_DOWNLOAD: true
run: npm i --legacy-peer-deps
- name: run unit tests
run: ./node_modules/.bin/mocha test/helper/Expect_test.js --timeout 5000

0 comments on commit 049f885

Please sign in to comment.