Skip to content

Commit

Permalink
Merge pull request #1029 from standard/publish-job-node-version
Browse files Browse the repository at this point in the history
build: latest node.js in publish job
  • Loading branch information
mightyiam authored Jan 12, 2023
2 parents 4d16331 + 0c8d8f8 commit cb810cd
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,9 @@ jobs:
- uses: actions/checkout@v3
with:
persist-credentials: false # for later steps to use a different authentication
- uses: actions/setup-node@v3
with:
node-version: latest
- run: npm install
- run: npx semantic-release
env:
Expand Down

0 comments on commit cb810cd

Please sign in to comment.