Skip to content

Commit

Permalink
Actions: force using node16 for Linux release publish workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
philomath213 committed Oct 1, 2024
1 parent e2108bc commit 675b74f
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions .github/workflows/pythonpublish-linux.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,12 @@ jobs:

runs-on: ubuntu-latest
container: quay.io/pypa/manylinux2014_x86_64

# node20 can't run on manylinux2014 as it requires newer version of GLIBC
# https://github.blog/changelog/2024-03-07-github-actions-all-actions-will-run-on-node20-instead-of-node16-by-default/
env:
ACTIONS_RUNNER_FORCE_ACTIONS_NODE_VERSION: node16
ACTIONS_ALLOW_USE_UNSECURE_NODE_VERSION: true

steps:
- uses: actions/checkout@d632683dd7b4114ad314bca15554477dd762a938 # v4.2.0
Expand Down

0 comments on commit 675b74f

Please sign in to comment.