Skip to content

Commit

Permalink
chore: Update Node version
Browse files Browse the repository at this point in the history
  • Loading branch information
mskelton committed Feb 17, 2024
1 parent 454443e commit e8a24b1
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 1 deletion.
3 changes: 3 additions & 0 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,9 @@ jobs:
runs-on: ubuntu-latest
steps:
- uses: mskelton/setup-bun@v1
- uses: actions/setup-node@v4
with:
node-version: 20.x
- run: bun run build
- run: bun semantic-release
env:
Expand Down
Binary file modified bun.lockb
Binary file not shown.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@
"eslint": "^8.36.0",
"eslint-config-prettier": "^8.7.0",
"prettier": "^2.8.4",
"semantic-release": "^20.1.1",
"semantic-release": "^23.0.2",
"tsup": "^6.6.3",
"typescript": "^4.9.5",
"vitest": "^0.29.2"
Expand Down

0 comments on commit e8a24b1

Please sign in to comment.