Skip to content

Commit

Permalink
Use node 14 for publish
Browse files Browse the repository at this point in the history
  • Loading branch information
DoctorMcKay committed Sep 23, 2023
1 parent 30c67ee commit 24156b9
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/lint-and-syntax-check.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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 }}

0 comments on commit 24156b9

Please sign in to comment.