Skip to content

Commit 8c0e40e

Browse files
authored
docs: simplify npm test command in CI workflow
1 parent 4094498 commit 8c0e40e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -51,4 +51,4 @@ jobs:
5151
GOOGLE_APP_PASSWORD: ${{ secrets.GOOGLE_APP_PASSWORD }}
5252
EMAIL: ${{ secrets.EMAIL }}
5353
NODE_ENV: test
54-
run: NODE_OPTIONS='--experimental-vm-modules' npm test
54+
run: npm test

0 commit comments

Comments
 (0)