From 807baba858c5252e15bd51d773aff89c7d7abe33 Mon Sep 17 00:00:00 2001 From: Juan Picado Date: Sun, 7 May 2023 13:57:49 +0200 Subject: [PATCH] chore: update ci settings --- .github/workflows/e2e-angular-cli-workflow.yml | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/.github/workflows/e2e-angular-cli-workflow.yml b/.github/workflows/e2e-angular-cli-workflow.yml index feb65853e..3a690a2c3 100644 --- a/.github/workflows/e2e-angular-cli-workflow.yml +++ b/.github/workflows/e2e-angular-cli-workflow.yml @@ -14,10 +14,10 @@ jobs: steps: - uses: actions/checkout@8e5e7e5ab8b370d6c329ec480221332ada57f0ab # v3.5.2 - - name: 'Use Node.js 14.x' + - name: 'Use Node.js 16.x' uses: actions/setup-node@7c12f8017d5436eb855f1ed4399f037a36fbd9e8 # v2.5.2 with: - node-version: 14.x + node-version: 16.x - name: 'install latest npm' run: npm i -g npm@latest-6 - name: Install Dependencies @@ -51,10 +51,10 @@ jobs: steps: - uses: actions/checkout@8e5e7e5ab8b370d6c329ec480221332ada57f0ab # v3.5.2 - - name: 'Use Node.js 14.x' + - name: 'Use Node.js 16.x' uses: actions/setup-node@7c12f8017d5436eb855f1ed4399f037a36fbd9e8 # v2.5.2 with: - node-version: 14.x + node-version: 16.x - name: 'install latest npm' run: npm i -g npm@next-7 - name: Install Dependencies