chore(deps): bump node and ruby versions to latest (#68)

This commit is contained in:
2025-12-22 12:58:03 +00:00
committed by GitHub
parent a25f37f9e6
commit 741ed40bb7
5 changed files with 6 additions and 5 deletions

View File

@@ -85,8 +85,8 @@ jobs:
- uses: jimeh/release-please-manifest-action@84f33fd2828210488c36f3e0a7e3209252d2ae7d # v3.0.0
id: release-please
with:
app-id: ${{ secrets.RELEASE_BOT_APP_ID }}
private-key: ${{ secrets.RELEASE_BOT_PRIVATE_KEY }}
app-id: ${{ secrets.BOT_APP_ID }}
private-key: ${{ secrets.BOT_PRIVATE_KEY }}
release-tags:
runs-on: ubuntu-latest

2
.mise.toml Normal file
View File

@@ -0,0 +1,2 @@
[settings]
idiomatic_version_file_enable_tools = ["ruby", "node"]

View File

@@ -1 +1 @@
24.4.0
24.12.0

1
.ruby-version Normal file
View File

@@ -0,0 +1 @@
3.4.8

View File

@@ -1,2 +0,0 @@
[tools]
node = "24"