Skip to content

Commit

Permalink
TEST: does it work with node16?
Browse files Browse the repository at this point in the history
Signed-off-by: Johannes Schindelin <[email protected]>
  • Loading branch information
dscho committed Jan 20, 2025
1 parent 56fc872 commit cd29195
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/build-git-installers.yml
Original file line number Diff line number Diff line change
Expand Up @@ -36,9 +36,9 @@ jobs:
run: |
set -ex
apt-get update -q
apt-get install -y -q --no-install-recommends gettext libcurl4-gnutls-dev libpcre3-dev asciidoc xmlto nodejs
echo "ACTIONS_RUNNER_FORCED_INTERNAL_NODE_VERSION=node" >>$GITHUB_ENV
echo "ACTIONS_RUNNER_FORCE_ACTIONS_NODE_VERSION=node" >>$GITHUB_ENV
apt-get install -y -q --no-install-recommends gettext libcurl4-gnutls-dev libpcre3-dev asciidoc xmlto
echo "ACTIONS_RUNNER_FORCED_INTERNAL_NODE_VERSION=node16" >>$GITHUB_ENV
echo "ACTIONS_RUNNER_FORCE_ACTIONS_NODE_VERSION=node16" >>$GITHUB_ENV
- name: Clone git
uses: actions/checkout@v4
Expand Down

0 comments on commit cd29195

Please sign in to comment.