From 8da62a4669c976e4b5fed2ab74aa16568d0767fa Mon Sep 17 00:00:00 2001 From: Kat Date: Thu, 20 Jul 2023 14:21:33 +0100 Subject: [PATCH] Udate versions in the pipeline --- .github/workflows/production_pipeline.yml | 4 ++-- .github/workflows/staging_pipeline.yml | 6 +++--- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/.github/workflows/production_pipeline.yml b/.github/workflows/production_pipeline.yml index 7c0eaca52..fd0a73b9d 100644 --- a/.github/workflows/production_pipeline.yml +++ b/.github/workflows/production_pipeline.yml @@ -68,7 +68,7 @@ jobs: uses: actions/setup-node@v3 with: cache: yarn - node-version: 16 + node-version: 18 - name: Create database run: | @@ -127,7 +127,7 @@ jobs: uses: actions/setup-node@v3 with: cache: yarn - node-version: 16 + node-version: 18 - name: Create database run: | diff --git a/.github/workflows/staging_pipeline.yml b/.github/workflows/staging_pipeline.yml index a5b8cc58a..06f22632b 100644 --- a/.github/workflows/staging_pipeline.yml +++ b/.github/workflows/staging_pipeline.yml @@ -60,7 +60,7 @@ jobs: uses: actions/setup-node@v3 with: cache: yarn - node-version: 16 + node-version: 18 - name: Create database run: | @@ -118,7 +118,7 @@ jobs: uses: actions/setup-node@v3 with: cache: yarn - node-version: 16 + node-version: 18 - name: Create database run: | @@ -149,7 +149,7 @@ jobs: uses: actions/setup-node@v3 with: cache: yarn - node-version: 16 + node-version: 18 - name: Install packages and symlink local dependencies run: |