We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ea87e8d commit 8cf8ea1Copy full SHA for 8cf8ea1
.github/workflows/pull_request_tests.yml
@@ -39,6 +39,7 @@ jobs:
39
steps:
40
- name: Setup environment
41
run: |
42
+ echo "GHA_USE_NODE_20=false" >> $GITHUB_ENV
43
echo "ACTIONS_ALLOW_USE_UNSECURE_NODE_VERSION=true" >> $GITHUB_ENV
44
- uses: actions/checkout@v4
45
0 commit comments