Skip to content

Commit

Permalink
Force node 16 on Ubuntu 18.04
Browse files Browse the repository at this point in the history
  • Loading branch information
nicolasff committed Oct 5, 2024
1 parent 09beb09 commit 74ba034
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -39,6 +39,13 @@ jobs:
image: ${{ matrix.container }}

steps:
- name: Node fix for Ubuntu 18.04
if: matrix.os_name == 'ubuntu-18.04'
run: |
echo ':warning: Forcing `node` v16 to be used on Ubuntu 18.04' >> $GITHUB_STEP_SUMMARY
echo 'ACTIONS_RUNNER_FORCED_INTERNAL_NODE_VERSION=node16' >> $GITHUB_ENV
echo 'ACTIONS_RUNNER_FORCE_ACTIONS_NODE_VERSION=node16' >> $GITHUB_ENV
- uses: actions/checkout@v4

- name: Fetch package lists and install dependencies (Ubuntu)
Expand Down

0 comments on commit 74ba034

Please sign in to comment.