Skip to content

Commit

Permalink
build: latest node.js in publish job
Browse files Browse the repository at this point in the history
  • Loading branch information
mightyiam committed Jan 12, 2023
1 parent 4d16331 commit 0c8d8f8
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 0c8d8f8

Please sign in to comment.