diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index c33f1bce..eafbcb7e 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -41,7 +41,7 @@ jobs: - name: Use Node.js 20 uses: actions/setup-node@v6 with: - node-version: '20.20.0' + node-version: '24.13.0' - run: npm ci - name: Run semantic-release run: | diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index 310822c0..7ee66980 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -15,7 +15,7 @@ jobs: uses: actions/setup-node@v6 with: cache: 'npm' - node-version: '20.20.0' + node-version: '24.13.0' - name: Install run: npm ci - name: Build