diff --git a/.github/workflows/backend_deploy.yaml b/.github/workflows/backend_deploy.yaml index 5fdd9cc5..995083bb 100644 --- a/.github/workflows/backend_deploy.yaml +++ b/.github/workflows/backend_deploy.yaml @@ -21,7 +21,7 @@ jobs: - name: Install Node.js uses: actions/setup-node@v4 with: - node-version: 18 + node-version: 20 - uses: pnpm/action-setup@v3 name: Install pnpm diff --git a/.github/workflows/docs_deploy.yml b/.github/workflows/docs_deploy.yml index 25219157..7739b1c1 100644 --- a/.github/workflows/docs_deploy.yml +++ b/.github/workflows/docs_deploy.yml @@ -22,7 +22,7 @@ jobs: - name: Install Node.js uses: actions/setup-node@v4 with: - node-version: 18 + node-version: 20 - uses: pnpm/action-setup@v3 name: Install pnpm diff --git a/.github/workflows/frontend_deploy.yaml b/.github/workflows/frontend_deploy.yaml index d248dd31..ba8605d9 100644 --- a/.github/workflows/frontend_deploy.yaml +++ b/.github/workflows/frontend_deploy.yaml @@ -21,7 +21,7 @@ jobs: - name: Install Node.js uses: actions/setup-node@v4 with: - node-version: 18 + node-version: 20 - uses: pnpm/action-setup@v3 name: Install pnpm diff --git a/.github/workflows/frontend_pagefunction_deploy.yaml b/.github/workflows/frontend_pagefunction_deploy.yaml index 807c077d..e5b29602 100644 --- a/.github/workflows/frontend_pagefunction_deploy.yaml +++ b/.github/workflows/frontend_pagefunction_deploy.yaml @@ -15,7 +15,7 @@ jobs: - name: Install Node.js uses: actions/setup-node@v4 with: - node-version: 18 + node-version: 20 - uses: pnpm/action-setup@v3 name: Install pnpm diff --git a/.github/workflows/tag_build.yml b/.github/workflows/tag_build.yml index 2ee8cfac..30327063 100644 --- a/.github/workflows/tag_build.yml +++ b/.github/workflows/tag_build.yml @@ -17,7 +17,7 @@ jobs: - name: Install Node.js uses: actions/setup-node@v4 with: - node-version: 18 + node-version: 20 - uses: pnpm/action-setup@v3 name: Install pnpm