Skip to content

Commit

Permalink
Add env var to GitHub actions to force node 20
Browse files Browse the repository at this point in the history
  • Loading branch information
omnicolor committed Jul 14, 2024
1 parent 212862a commit d371bc1
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/coverage.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,8 @@ jobs:
php-version:
- "8.2"
- "8.3"
env:
FORCE_JAVASCRIPT_ACTIONS_TO_NODE20=true
steps:
- name: Checkout repository
uses: actions/checkout@v3
Expand Down
2 changes: 2 additions & 0 deletions .github/workflows/static-analysis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,8 @@ jobs:
matrix:
php-version:
- 8.2
env:
FORCE_JAVASCRIPT_ACTIONS_TO_NODE20=true
steps:
- name: Checkout repository
uses: "actions/checkout@v3"
Expand Down

0 comments on commit d371bc1

Please sign in to comment.