diff --git a/.github/workflows/check-dist.yml b/.github/workflows/check-dist.yml index 83adcd1..b69585b 100644 --- a/.github/workflows/check-dist.yml +++ b/.github/workflows/check-dist.yml @@ -36,7 +36,7 @@ jobs: - name: Setup Node.js uses: actions/setup-node@49933ea5288caeca8642d1e84afbd3f7d6820020 # v4 with: - node-version: 18 + node-version: 24 cache: npm - name: Install Dependencies diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index e680108..ab8d834 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -25,7 +25,7 @@ jobs: id: setup-node uses: actions/setup-node@49933ea5288caeca8642d1e84afbd3f7d6820020 # v4 with: - node-version: 18 + node-version: 24 cache: npm - name: Install Dependencies diff --git a/.github/workflows/renovate-dist-update.yml b/.github/workflows/renovate-dist-update.yml index 4325c94..11cf021 100644 --- a/.github/workflows/renovate-dist-update.yml +++ b/.github/workflows/renovate-dist-update.yml @@ -28,7 +28,7 @@ jobs: - name: Setup Node.js uses: actions/setup-node@v4 with: - node-version: '20' + node-version: '24' cache: 'npm' - name: Install dependencies