diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index 6f8c3726..342e7eb7 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -1,5 +1,8 @@ name: CI +env: + ACTIONS_ALLOW_USE_UNSECURE_NODE_VERSION: true + on: push: branches: [ master ]