Skip to content

Commit 5b8c84d

Browse files
committed
Update ci.yml
1 parent 0795855 commit 5b8c84d

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/ci.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,6 @@
11
name: ci
2+
env:
3+
FORCE_JAVASCRIPT_ACTIONS_TO_NODE24: true
24
on:
35
push:
46
branches: [main, master]
@@ -24,8 +26,6 @@ jobs:
2426
ports:
2527
- 5432:5432
2628

27-
env:
28-
FORCE_JAVASCRIPT_ACTIONS_TO_NODE24: true
2929
env:
3030
DATABASE_URL: postgresql://postgres:postgres@localhost:5432/playwright_test
3131
NEXTAUTH_SECRET: secret

0 commit comments

Comments
 (0)