diff --git a/.github/workflows/build-website.yml b/.github/workflows/build-website.yml index 8d468722..2e4fe3a6 100644 --- a/.github/workflows/build-website.yml +++ b/.github/workflows/build-website.yml @@ -24,7 +24,7 @@ jobs: - name: Setup Node.js uses: actions/setup-node@49933ea5288caeca8642d1e84afbd3f7d6820020 # v4.4.0 with: - node-version: "20" + node-version: "22" cache: "npm" - name: Install root dependencies diff --git a/.github/workflows/deploy-website.yml b/.github/workflows/deploy-website.yml index 0289addb..03f883f6 100644 --- a/.github/workflows/deploy-website.yml +++ b/.github/workflows/deploy-website.yml @@ -27,12 +27,12 @@ jobs: - name: Checkout uses: actions/checkout@34e114876b0b11c390a56381ad16ebd13914f8d5 # v4.3.1 with: - fetch-depth: 0 # Full history needed for git-based last updated dates + fetch-depth: 0 # Full history needed for git-based last updated dates - name: Setup Node.js uses: actions/setup-node@49933ea5288caeca8642d1e84afbd3f7d6820020 # v4.4.0 with: - node-version: "20" + node-version: "22" cache: "npm" - name: Install root dependencies