Skip to content

Commit 17598ad

Browse files
authored
Merge pull request #322 from rspec/fix-legacy-builds-with-legacy-node
Allow legacy builds to use older node
2 parents 978575c + 34f0cac commit 17598ad

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

ci/.github/workflows/ci.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -125,6 +125,7 @@ jobs:
125125
tag: ghcr.io/rspec/docker-ci:jruby-9.1.17.0
126126
options: "--add-host rubygems.org:151.101.129.227 --add-host api.rubygems.org:151.101.129.227"
127127
env:
128+
ACTIONS_ALLOW_USE_UNSECURE_NODE_VERSION: true
128129
LEGACY_CI: true
129130
JRUBY_OPTS: ${{ matrix.container.jruby_opts || '--dev' }}
130131
NO_COVERAGE: true

0 commit comments

Comments
 (0)