Skip to content

Commit

Permalink
fix ci
Browse files Browse the repository at this point in the history
  • Loading branch information
luca-iachini committed Feb 23, 2024
1 parent 2ba0fa7 commit 92c24b5
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,6 @@ jobs:
strategy:
matrix:
node:
- 18
- 20
runs-on: ubuntu-latest
steps:
Expand All @@ -27,4 +26,4 @@ jobs:
run: yarn --immutable

- name: Test
run: yarn node --experimental-vm-modules $(yarn jest)
run: yarn node --experimental-vm-modules $(yarn bin jest)

0 comments on commit 92c24b5

Please sign in to comment.