From 2b830c92838657b638c7d81676f4c3a222311498 Mon Sep 17 00:00:00 2001 From: Dave Edge <112658177+DaveEdge1@users.noreply.github.com> Date: Tue, 29 Oct 2024 16:01:38 -0700 Subject: [PATCH] Update gatsby-publish.yaml --- .github/workflows/gatsby-publish.yaml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/.github/workflows/gatsby-publish.yaml b/.github/workflows/gatsby-publish.yaml index 64e104f..d3cf72d 100644 --- a/.github/workflows/gatsby-publish.yaml +++ b/.github/workflows/gatsby-publish.yaml @@ -6,6 +6,9 @@ on: main workflow_dispatch: +env: + ACTIONS_ALLOW_USE_UNSECURE_NODE_VERSION: true + jobs: build: runs-on: ubuntu-latest