diff --git a/.github/workflows/bump_version.yml b/.github/workflows/bump_version.yml index a4fbcad..c685e0b 100644 --- a/.github/workflows/bump_version.yml +++ b/.github/workflows/bump_version.yml @@ -23,7 +23,7 @@ jobs: - name: Use Node.js uses: actions/setup-node@v6 with: - node-version: 22 + node-version: 24 - name: Install dependencies id: install_code run: bun install --frozen-lockfile @@ -55,7 +55,7 @@ jobs: - name: Use Node.js uses: actions/setup-node@v6 with: - node-version: 22 + node-version: 24 - name: Install dependencies id: install_code run: bun install --frozen-lockfile diff --git a/.github/workflows/release-tag.yml b/.github/workflows/release-tag.yml index 1032a1f..58c3095 100644 --- a/.github/workflows/release-tag.yml +++ b/.github/workflows/release-tag.yml @@ -17,7 +17,7 @@ jobs: bun-version: latest - uses: actions/setup-node@v6 with: - node-version: 22 + node-version: 24 - name: Install dependencies id: install_code run: bun install --frozen-lockfile diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index c6ab04f..9d94907 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -20,7 +20,7 @@ jobs: - name: Use Node.js uses: actions/setup-node@v6 with: - node-version: 22 + node-version: 24 - name: Install dependencies id: install_code run: bun install --frozen-lockfile