Skip to content

Commit

Permalink
chore: update ci node version
Browse files Browse the repository at this point in the history
  • Loading branch information
sidwebworks committed Jul 6, 2023
1 parent 58de54c commit 14b3975
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,6 @@ jobs:
steps:
# Checks-out your repository under $GITHUB_WORKSPACE, so your job can access it
- uses: actions/checkout@v3

- uses: actions/setup-node@v3
with:
node-version: 18.x
Expand All @@ -47,7 +46,7 @@ jobs:
run: npm run test

- name: Release
run: npx -p node@v18-lts -c "npx semantic-release --branches main"
run: pnpx semantic-release --branches main
env:
GH_TOKEN: ${{ secrets.GITHUB_TOKEN }}
NPM_TOKEN: ${{ secrets.NPM_TOKEN }}

0 comments on commit 14b3975

Please sign in to comment.