From 692e048f0c2eeac184e3a573d05233ec19b6db89 Mon Sep 17 00:00:00 2001 From: pablomendezroyo <mendez4a@gmail.com> Date: Wed, 16 Oct 2024 12:08:10 +0200 Subject: [PATCH] use node 20 in gha --- .github/workflows/test-ga-build.yml | 4 ++++ .github/workflows/test-ga-bump-upstream-template.yml | 4 ++++ .github/workflows/test-ga-bump-upstream.yml | 4 ++++ .github/workflows/test-ga-end-to-end.yml | 4 ++++ 4 files changed, 16 insertions(+) diff --git a/.github/workflows/test-ga-build.yml b/.github/workflows/test-ga-build.yml index df104c63..8d29e144 100644 --- a/.github/workflows/test-ga-build.yml +++ b/.github/workflows/test-ga-build.yml @@ -10,6 +10,10 @@ jobs: runs-on: ubuntu-latest steps: - uses: actions/checkout@v4 + - name: Set up Node.js 20.x + uses: actions/setup-node@v4 + with: + node-version: 20.x - run: yarn install - run: yarn build diff --git a/.github/workflows/test-ga-bump-upstream-template.yml b/.github/workflows/test-ga-bump-upstream-template.yml index 0376d12a..a10a8bb5 100644 --- a/.github/workflows/test-ga-bump-upstream-template.yml +++ b/.github/workflows/test-ga-bump-upstream-template.yml @@ -14,6 +14,10 @@ jobs: runs-on: ubuntu-latest steps: - uses: actions/checkout@v4 + - name: Set up Node.js 20.x + uses: actions/setup-node@v4 + with: + node-version: 20.x - run: yarn install - run: yarn build diff --git a/.github/workflows/test-ga-bump-upstream.yml b/.github/workflows/test-ga-bump-upstream.yml index 09eca500..8b9f4276 100644 --- a/.github/workflows/test-ga-bump-upstream.yml +++ b/.github/workflows/test-ga-bump-upstream.yml @@ -14,6 +14,10 @@ jobs: runs-on: ubuntu-latest steps: - uses: actions/checkout@v4 + - name: Set up Node.js 20.x + uses: actions/setup-node@v4 + with: + node-version: 20.x - run: yarn install - run: yarn build diff --git a/.github/workflows/test-ga-end-to-end.yml b/.github/workflows/test-ga-end-to-end.yml index 5eba45fc..5a044c87 100644 --- a/.github/workflows/test-ga-end-to-end.yml +++ b/.github/workflows/test-ga-end-to-end.yml @@ -14,6 +14,10 @@ jobs: runs-on: packages steps: - uses: actions/checkout@v4 + - name: Set up Node.js 20.x + uses: actions/setup-node@v4 + with: + node-version: 20.x - run: yarn install - run: yarn build