Skip to content

Commit

Permalink
Force test runner to use unsecure Node version
Browse files Browse the repository at this point in the history
  • Loading branch information
tr33m4n committed Sep 4, 2023
1 parent 4b40ab2 commit 84c5903
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,9 @@ on:
- cron: 0 3 * * 1,3,5
workflow_dispatch:

env:
ACTIONS_ALLOW_USE_UNSECURE_NODE_VERSION: true

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

0 comments on commit 84c5903

Please sign in to comment.