Skip to content

Commit

Permalink
Merge pull request #125 from JessterB/IT-3964
Browse files Browse the repository at this point in the history
IT-3964: Add workaround for Node20 runners
  • Loading branch information
JessterB authored Oct 28, 2024
2 parents 421c4fe + 789cecd commit bbeb8f6
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/main.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,9 @@ on:
push:
branches: ['develop', 'staging', 'prod' ]

env:
ACTIONS_ALLOW_USE_UNSECURE_NODE_VERSION: true

jobs:
tests:
runs-on: ubuntu-latest
Expand Down

0 comments on commit bbeb8f6

Please sign in to comment.