Skip to content

Commit

Permalink
Merge remote-tracking branch 'nasa/main' into test/fpp-to-json/patter…
Browse files Browse the repository at this point in the history
…nedConnections
  • Loading branch information
bocchino committed Jul 18, 2024
2 parents ae4af02 + 56d8f6b commit 0c96730
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions .github/workflows/native-build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -131,6 +131,13 @@ jobs:
container:
image: ${{ matrix.run.container || '' }}
steps:
- name: "Fix environment"
run: |
# https://github.com/actions/checkout/issues/1809
# https://github.blog/changelog/2024-03-07-github-actions-all-actions-will-run-on-node20-instead-of-node16-by-default/
echo "ACTIONS_RUNNER_FORCED_INTERNAL_NODE_VERSION=node16" >> $GITHUB_ENV
echo "ACTIONS_RUNNER_FORCE_ACTIONS_NODE_VERSION=node16" >> $GITHUB_ENV
echo "ACTIONS_ALLOW_USE_UNSECURE_NODE_VERSION=true" >> $GITHUB_ENV
- name: "Checkout repository"
uses: actions/checkout@v3
with:
Expand Down

0 comments on commit 0c96730

Please sign in to comment.