From 24156b9317f8ebcf558e650ad8f3fee96a04ffae Mon Sep 17 00:00:00 2001 From: Alex Corn Date: Sat, 23 Sep 2023 02:20:35 -0400 Subject: [PATCH] Use node 14 for publish --- .github/workflows/lint-and-syntax-check.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.github/workflows/lint-and-syntax-check.yml b/.github/workflows/lint-and-syntax-check.yml index 43532fef..1f853db6 100644 --- a/.github/workflows/lint-and-syntax-check.yml +++ b/.github/workflows/lint-and-syntax-check.yml @@ -51,5 +51,7 @@ jobs: needs: [ lint, syntax-check ] if: success() && github.event.ref == 'refs/heads/master' && contains(github.event.head_commit.message, '#npm-publish') uses: DoctorMcKay/github-workflows/.github/workflows/npm-publish.yml@master + with: + node-version: 14.x secrets: npm-access-token: ${{ secrets.NPM_ACCESS_TOKEN }}