diff --git a/.github/workflows/semantic-version.yml b/.github/workflows/semantic-version.yml index deb4ba4..7067b99 100644 --- a/.github/workflows/semantic-version.yml +++ b/.github/workflows/semantic-version.yml @@ -25,7 +25,7 @@ jobs: - name: Install Node.js uses: actions/setup-node@v3 with: - node-version: 20 + node-version: 24 - uses: pnpm/action-setup@v3 with: diff --git a/.github/workflows/validate.yml b/.github/workflows/validate.yml index 209b628..6102bbf 100644 --- a/.github/workflows/validate.yml +++ b/.github/workflows/validate.yml @@ -23,7 +23,7 @@ jobs: - name: Install Node.js uses: actions/setup-node@v3 with: - node-version: 20 + node-version: 24 - uses: pnpm/action-setup@v3 with: