diff --git a/.github/workflows/pull_request.yml b/.github/workflows/pull_request.yml index 33de5a8d..a0389a26 100644 --- a/.github/workflows/pull_request.yml +++ b/.github/workflows/pull_request.yml @@ -11,7 +11,7 @@ jobs: run_install: false - uses: actions/setup-node@48b55a011bda9f5d6aeb4c2d9c7362e8dae4041e # v6.4.0 with: - node-version: 22 + node-version: 24 cache: pnpm - name: Install Dependencies run: pnpm install --frozen-lockfile diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 317966d8..cdf0006a 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -18,7 +18,7 @@ jobs: run_install: false - uses: actions/setup-node@48b55a011bda9f5d6aeb4c2d9c7362e8dae4041e # v6.4.0 with: - node-version: 22 + node-version: 24 cache: pnpm - name: Install Dependencies run: pnpm install --frozen-lockfile diff --git a/.nvmrc b/.nvmrc index 3e591276..1ec89699 100644 --- a/.nvmrc +++ b/.nvmrc @@ -1 +1 @@ -22.22.3 \ No newline at end of file +24.16.0 \ No newline at end of file