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 ad21bdf
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 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

0 comments on commit ad21bdf

Please sign in to comment.