Skip to content

Commit

Permalink
ci: allow older node versions for CentOS7
Browse files Browse the repository at this point in the history
  • Loading branch information
ManonMarchand committed Oct 2, 2024
1 parent 4e46dc5 commit bb2cce6
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,7 @@ jobs:
# See https://github.com/pypa/manylinux for this particular container:
# * CPython 3.8, 3.9, ... installed in /opt/python/<python tag>-<abi tag>
container: quay.io/pypa/manylinux2014_x86_64
env: {ACTIONS_ALLOW_USE_UNSECURE_NODE_VERSION: true} # Allow using Node16 actions required for CentOS7
# We are now in CentOS 7 64 bits
steps:
- name: "Checkout the full project"
Expand Down

0 comments on commit bb2cce6

Please sign in to comment.