diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index b2e1588..5785a37 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -11,7 +11,7 @@ jobs: - uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4 - uses: actions/setup-node@v4 with: - node-version: 20 + node-version: 24 cache: npm - run: npx semantic-release env: diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index 7fbfd13..7e76404 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -15,6 +15,6 @@ jobs: - uses: actions/setup-node@v4 with: cache: npm - node-version: 20 + node-version: 24 - run: npm ci - run: npm test