From d18eea16869737c9604bd6cfad8dff4db5728fbd Mon Sep 17 00:00:00 2001 From: Ahmad Kadri Date: Tue, 10 Dec 2024 09:56:40 +0100 Subject: [PATCH] CI use Node version from package.json Signed-off-by: Ahmad Kadri --- .github/workflows/ci.yml | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 132f0a4d..15673e27 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -17,7 +17,7 @@ jobs: - uses: actions/setup-node@v4 with: - node-version: '20' + node-version-file: 'matrix-meetings-widget/package.json' cache: 'yarn' - name: yarn install @@ -104,7 +104,7 @@ jobs: - uses: actions/setup-node@v4 with: - node-version: '20' + node-version-file: 'matrix-meetings-bot/package.json' cache: 'yarn' - name: yarn install @@ -200,7 +200,7 @@ jobs: - uses: actions/setup-node@v4 with: - node-version: '20' + node-version-file: 'package.json' cache: 'yarn' - name: yarn install @@ -237,7 +237,7 @@ jobs: - uses: actions/setup-node@v4 with: - node-version: '20' + node-version-file: 'e2e/package.json' cache: 'yarn' - name: yarn install