diff --git a/.github/workflows/bash__deploy-nginx.yml b/.github/workflows/bash__deploy-nginx.yml index e79b2da..ddc0767 100644 --- a/.github/workflows/bash__deploy-nginx.yml +++ b/.github/workflows/bash__deploy-nginx.yml @@ -34,7 +34,7 @@ jobs: - name: Set up Node.js and Yarn uses: actions/setup-node@v4 with: - node-version: '20.12.2' + node-version: '22.9.0' registry-url: 'https://registry.yarnpkg.com' - name: Install dependencies diff --git a/.github/workflows/default__deploy-nginx.yml b/.github/workflows/default__deploy-nginx.yml index 4bafb14..4a1465b 100644 --- a/.github/workflows/default__deploy-nginx.yml +++ b/.github/workflows/default__deploy-nginx.yml @@ -33,7 +33,7 @@ jobs: - name: Set up Node.js and Yarn uses: actions/setup-node@v4 with: - node-version: '20.12.2' + node-version: '22.9.0' registry-url: 'https://registry.yarnpkg.com' - name: Install dependencies diff --git a/.github/workflows/gh-pages__deploy-astro.yml b/.github/workflows/gh-pages__deploy-astro.yml index a3c3659..1312917 100644 --- a/.github/workflows/gh-pages__deploy-astro.yml +++ b/.github/workflows/gh-pages__deploy-astro.yml @@ -38,7 +38,7 @@ jobs: uses: withastro/action@v2 with: path: ./ - node-version: 20.12.2 + node-version: 22.9.0 # package-manager: yarn@1.22.22 deploy: diff --git a/.github/workflows/gh-pages__deploy-manual.yml b/.github/workflows/gh-pages__deploy-manual.yml index 22d399d..416a55a 100644 --- a/.github/workflows/gh-pages__deploy-manual.yml +++ b/.github/workflows/gh-pages__deploy-manual.yml @@ -39,7 +39,7 @@ jobs: - name: Set up Node.js and Yarn uses: actions/setup-node@v4 with: - node-version: '20.12.2' + node-version: '22.9.0' registry-url: 'https://registry.yarnpkg.com' - name: Install dependencies