Skip to content

Commit

Permalink
Revert "[test] override node version of checkout"
Browse files Browse the repository at this point in the history
This reverts commit 33ad792.
  • Loading branch information
davegarthsimpson committed Jul 8, 2024
1 parent 33ad792 commit 7774a3d
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -312,8 +312,6 @@ jobs:
# actions/checkout@v4 has dependency on a higher version of glibc than available in the Linux container.
if: fromJSON(matrix.config.container) != null
uses: actions/checkout@v3
env:
ACTIONS_ALLOW_USE_UNSECURE_NODE_VERSION: true

- name: Install Node.js
if: fromJSON(matrix.config.container) == null && runner.os != 'Windows'
Expand Down

0 comments on commit 7774a3d

Please sign in to comment.