Skip to content

Commit

Permalink
Update run-tests.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
patinthehat authored Nov 18, 2023
1 parent 8e52c52 commit 2ee68dd
Showing 1 changed file with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions .github/workflows/run-tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ jobs:
strategy:
fail-fast: true
matrix:
node-version: [14, 16, 18]
node-version: [16, 18, 20]

steps:
- name: Checkout repository
Expand Down Expand Up @@ -43,9 +43,6 @@ jobs:
- name: Install dependencies
run: npm install

# - name: Run the tests
# run: npm run test

- name: Run the tests with coverage
run: node_modules/.bin/jest tests -- --coverage --coverageReporters json

Expand Down

0 comments on commit 2ee68dd

Please sign in to comment.