Skip to content

Commit

Permalink
Merge branch 'main' into allow-bcc
Browse files Browse the repository at this point in the history
  • Loading branch information
compwron authored Oct 2, 2024
2 parents 3e08a19 + b6b67ab commit a7eab1f
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/pull_request.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,4 +14,4 @@ jobs:
with:
node-version: 18.18
- run: npm ci
- run: NODE_OPTIONS=--experimental-vm-modules CI=1 npm test
- run: CI=1 npm test
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,6 @@
"supertest": "^7.0.0"
},
"scripts": {
"test": "jest"
"test": "NODE_OPTIONS=--experimental-vm-modules jest"
}
}

0 comments on commit a7eab1f

Please sign in to comment.