Skip to content

Commit

Permalink
IT-3964: Add workaround for Node20 runners
Browse files Browse the repository at this point in the history
  • Loading branch information
JessterB committed Oct 28, 2024
1 parent 9e5c332 commit bb3b6f8
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/main.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,7 @@ jobs:
# variables in context environments are setup in github to match branch names
environment:
name: ${{ github.ref_name }}
ACTIONS_ALLOW_USE_UNSECURE_NODE_VERSION: true

steps:
# use older checkout version due to https://github.com/dawidd6/action-download-artifact/issues/261
Expand Down

0 comments on commit bb3b6f8

Please sign in to comment.