Skip to content

Commit 25ed2dc

Browse files
authored
Add NODE_OPTIONS to test step in CI workflow
Set NODE_OPTIONS to disable experimental web storage. Signed-off-by: Léon Tiekötter <[email protected]>
1 parent cef4621 commit 25ed2dc

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.github/workflows/ci.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -31,6 +31,8 @@ jobs:
3131
run: npm ci
3232

3333
- name: Run tests
34+
env:
35+
NODE_OPTIONS: '--no-experimental-webstorage'
3436
run: npm test
3537

3638
- name: Security audit

0 commit comments

Comments
 (0)