Skip to content

Commit

Permalink
chore: upgrade action yaml
Browse files Browse the repository at this point in the history
  • Loading branch information
emosheeep committed Aug 8, 2024
1 parent 250e16e commit 5aed389
Showing 1 changed file with 5 additions and 6 deletions.
11 changes: 5 additions & 6 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,13 +18,12 @@ jobs:
if: github.event.pull_request.merged || github.event_name == 'workflow_dispatch'
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: actions/setup-node@v3
- uses: actions/checkout@v4
- uses: actions/setup-node@v4
with:
node-version: 18
- uses: pnpm/action-setup@v2.2.4
node-version: 21.7.3
- uses: pnpm/action-setup@v4
with:
version: 8
run_install: true

# consume changesets and create pr if it exists, otherwise publish package
Expand All @@ -36,4 +35,4 @@ jobs:
with:
publish: npx changeset publish
commit: "chore: versioning package"
title: "chore:versioning package"
title: "chore:versioning package"

0 comments on commit 5aed389

Please sign in to comment.