Skip to content

Commit ec0e606

Browse files
committed
chore: actions: FORCE_JAVASCRIPT_ACTIONS_TO_NODE24: true
1 parent 8e91bb6 commit ec0e606

2 files changed

Lines changed: 2 additions & 0 deletions

File tree

.github/workflows/nodejs-pr.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,7 @@ jobs:
66
runs-on: ubuntu-latest
77
env:
88
NAME: putout
9+
FORCE_JAVASCRIPT_ACTIONS_TO_NODE24: true
910
strategy:
1011
matrix:
1112
node-version:

.github/workflows/nodejs.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,7 @@ jobs:
77
runs-on: ubuntu-latest
88
env:
99
NAME: putout
10+
FORCE_JAVASCRIPT_ACTIONS_TO_NODE24: true
1011
strategy:
1112
matrix:
1213
node-version:

0 commit comments

Comments
 (0)