7777 container :
7878 image : aswf/ci-base:2023
7979 steps :
80+ - name : Enable Node 16
81+ run : |
82+ echo "ACTIONS_ALLOW_USE_UNSECURE_NODE_VERSION=true" >> $GITHUB_ENV
8083 - uses : actions/checkout@v3
8184 # We bumped from the 2021 CI image to 2023 here to fix some OpenSSL issues
8285 # with the Houdini download script. In so doing we broke some of the caching
@@ -171,6 +174,9 @@ jobs:
171174 - { name: 'conf', build: 'Release', components: 'core,python,bin,view,render,test,axcore,axtest', cmake: '-DCMAKE_FIND_PACKAGE_PREFER_CONFIG=ON' }
172175 fail-fast : false
173176 steps :
177+ - name : Enable Node 16
178+ run : |
179+ echo "ACTIONS_ALLOW_USE_UNSECURE_NODE_VERSION=true" >> $GITHUB_ENV
174180 - uses : actions/checkout@v3
175181 - name : pybind11
176182 # if: contains(container.image, '2023') == false
@@ -253,6 +259,9 @@ jobs:
253259 - { image: '2022-clang11', cxx: 'g++', build: 'Release', components: 'core', cmake: '' }
254260 fail-fast : false
255261 steps :
262+ - name : Enable Node 16
263+ run : |
264+ echo "ACTIONS_ALLOW_USE_UNSECURE_NODE_VERSION=true" >> $GITHUB_ENV
256265 - uses : actions/checkout@v3
257266 - name : pybind11
258267 # f: contains(matrix.config.image, '2023') == false
@@ -397,6 +406,9 @@ jobs:
397406 blosc : ['1.18.0','1.19.0','1.20.0','1.21.0']
398407 fail-fast : false
399408 steps :
409+ - name : Enable Node 16
410+ run : |
411+ echo "ACTIONS_ALLOW_USE_UNSECURE_NODE_VERSION=true" >> $GITHUB_ENV
400412 - uses : actions/checkout@v3
401413 - name : install_blosc
402414 run : sudo ./ci/install_blosc.sh ${{ matrix.blosc }}
@@ -423,6 +435,9 @@ jobs:
423435 # may not have this build type. See OpenVDBCXX.cmake
424436 CXXFLAGS : " -gdwarf-4 -g3 -ggdb -Og"
425437 steps :
438+ - name : Enable Node 16
439+ run : |
440+ echo "ACTIONS_ALLOW_USE_UNSECURE_NODE_VERSION=true" >> $GITHUB_ENV
426441 - uses : actions/checkout@v3
427442 with :
428443 fetch-depth : 0
0 commit comments