Skip to content

Commit

Permalink
chore: semantic-release workflow use node v18
Browse files Browse the repository at this point in the history
  • Loading branch information
chhoumann committed May 17, 2023
1 parent 966b23e commit b12d75d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -36,4 +36,4 @@ jobs:
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
NPM_TOKEN: ${{ secrets.NPM_TOKEN }}
run: npx semantic-release
run: npx -p node@v18-lts -c "npx semantic-release"

1 comment on commit b12d75d

@vercel
Copy link

@vercel vercel bot commented on b12d75d May 17, 2023

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Successfully deployed to the following URLs:

quickadd – ./

quickadd-git-master-chrisbbh.vercel.app
quickadd-chrisbbh.vercel.app
quickadd.obsidian.guide

Please sign in to comment.