From c776f1e5c8634d51448b07fcfd9997862e7c93fc Mon Sep 17 00:00:00 2001 From: nemanjam Date: Fri, 27 Sep 2024 09:46:41 +0200 Subject: [PATCH] update node to 22.9.0 in workflows --- .github/workflows/bash__deploy-nginx.yml | 2 +- .github/workflows/default__deploy-nginx.yml | 2 +- .github/workflows/gh-pages__deploy-astro.yml | 2 +- .github/workflows/gh-pages__deploy-manual.yml | 2 +- 4 files changed, 4 insertions(+), 4 deletions(-) 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