diff --git a/.github/workflows/branch.yml b/.github/workflows/branch.yml index 80529b8..7140d48 100644 --- a/.github/workflows/branch.yml +++ b/.github/workflows/branch.yml @@ -14,7 +14,7 @@ jobs: - uses: actions/checkout@v6 - uses: actions/setup-node@v6 with: - node-version: 22.21.1 + node-version: 24.12.0 cache: npm - run: npm ci - run: npm run build diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 20c7a3c..e379062 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -14,7 +14,7 @@ jobs: - uses: actions/checkout@v6 - uses: actions/setup-node@v6 with: - node-version: 22.21.1 + node-version: 24.12.0 cache: npm - run: npm ci - run: npm run build