diff --git a/.github/workflows/deploy.yml b/.github/workflows/deploy.yml index 2be1bdda..132d5dce 100644 --- a/.github/workflows/deploy.yml +++ b/.github/workflows/deploy.yml @@ -26,7 +26,7 @@ jobs: - name: Use Node.js 18 uses: actions/setup-node@v6 with: - node-version: 18 + node-version: 24 - name: Get yarn cache directory path id: yarn-cache-dir-path diff --git a/.github/workflows/link-check.yml b/.github/workflows/link-check.yml index f2f2990c..fcbd2f17 100644 --- a/.github/workflows/link-check.yml +++ b/.github/workflows/link-check.yml @@ -25,7 +25,7 @@ jobs: - name: Use Node.js 18 uses: actions/setup-node@v6 with: - node-version: 18 + node-version: 24 - name: Get yarn cache directory path id: yarn-cache-dir-path diff --git a/.nvmrc b/.nvmrc index 209e3ef4..a45fd52c 100644 --- a/.nvmrc +++ b/.nvmrc @@ -1 +1 @@ -20 +24