Skip to content

Commit

Permalink
allow insecure node version on legacy ci
Browse files Browse the repository at this point in the history
  • Loading branch information
JonRowe committed Oct 22, 2024
1 parent 4c5ce67 commit 0020fd3
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -122,6 +122,7 @@ jobs:
- version: "JRuby 1.7"
tag: rspec/ci:jruby-1.7
env:
ACTIONS_ALLOW_USE_UNSECURE_NODE_VERSION: true
LEGACY_CI: true
JRUBY_OPTS: ${{ matrix.container.jruby_opts || '--dev' }}
steps:
Expand Down

0 comments on commit 0020fd3

Please sign in to comment.