diff --git a/.github/workflows/pull-request.yml b/.github/workflows/pull-request.yml index dbccc53..1587afa 100644 --- a/.github/workflows/pull-request.yml +++ b/.github/workflows/pull-request.yml @@ -20,7 +20,7 @@ jobs: - name: Install Node.js uses: actions/setup-node@v4 with: - node-version: 22 + node-version: 24 - run: npm ci diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 18f2b81..aa0b425 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -28,7 +28,7 @@ jobs: - name: Install Node.js uses: actions/setup-node@v4 with: - node-version: 22 + node-version: 24 - run: npm ci