Skip to content

Commit

Permalink
njs: try a workaround to user an older node runtime
Browse files Browse the repository at this point in the history
  • Loading branch information
thresheek committed Jul 9, 2024
1 parent b5e3782 commit 696d519
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .github/workflows/njs-buildbot.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,9 @@ name: ci
on:
workflow_call:

env:
ACTIONS_ALLOW_USE_UNSECURE_NODE_VERSION: true

jobs:
check-if-allowed:
if: ${{ ( github.repository_owner == 'nginx' || github.repository_owner == 'nginxinc' ) }}
Expand Down Expand Up @@ -57,6 +60,8 @@ jobs:
- name: checkout v3
uses: actions/checkout@f43a0e5ff2bd294095638e18286ca9a3d1956744 # v3.6.0
if: ${{ matrix.os == 'amazonlinux-2' || matrix.os == 'rhel-7' || matrix.os == 'sles-12' }}
env:
ACTIONS_ALLOW_USE_UNSECURE_NODE_VERSION: true

- name: checkout v4
uses: actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11 # v4.1.1
Expand Down

0 comments on commit 696d519

Please sign in to comment.