Skip to content

Commit

Permalink
chore: use node v18 in CI
Browse files Browse the repository at this point in the history
  • Loading branch information
chhoumann committed May 17, 2023
1 parent b12d75d commit a9a8a83
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ jobs:
runs-on: ubuntu-latest
strategy:
matrix:
node-version: [16]
node-version: [18]
steps:
- name: Checkout
uses: actions/checkout@v3
Expand All @@ -36,4 +36,4 @@ jobs:
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
NPM_TOKEN: ${{ secrets.NPM_TOKEN }}
run: npx -p node@v18-lts -c "npx semantic-release"
run: npx semantic-release

1 comment on commit a9a8a83

@vercel
Copy link

@vercel vercel bot commented on a9a8a83 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-chrisbbh.vercel.app
quickadd.obsidian.guide
quickadd-git-master-chrisbbh.vercel.app

Please sign in to comment.