Skip to content

Commit

Permalink
Merge pull request #3 from nutgaard/fix/semver-release
Browse files Browse the repository at this point in the history
ci: add setup-node to ensure semantic-release has correct nodejs runtime
  • Loading branch information
nutgaard authored Jun 13, 2024
2 parents dfe2e82 + db3fb77 commit 3354322
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/master.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,9 @@ jobs:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v1
- uses: actions/setup-node@v4
with:
node-version: 20
- uses: oven-sh/setup-bun@v1
with:
bun-version: 1.1.13
Expand Down
3 changes: 3 additions & 0 deletions .github/workflows/pr.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,9 @@ jobs:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v1
- uses: actions/setup-node@v4
with:
node-version: 20
- uses: oven-sh/setup-bun@v1
with:
bun-version: 1.1.13
Expand Down

0 comments on commit 3354322

Please sign in to comment.