diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 8f7136b..2c8353e 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -54,6 +54,9 @@ jobs: outputs: app-version: ${{ steps.app-version.outputs.version }} + env: + ACTIONS_ALLOW_USE_UNSECURE_NODE_VERSION: true + steps: - name: Checkout uses: actions/checkout@v3