From aa3308bbcfed8268ddb0d5a4cec74c4191baf34d Mon Sep 17 00:00:00 2001 From: ASafaierad Date: Tue, 13 Aug 2024 01:04:32 +0200 Subject: [PATCH] add node-version --- .github/workflows/CI.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/CI.yml b/.github/workflows/CI.yml index ff639d08..24df6ac0 100644 --- a/.github/workflows/CI.yml +++ b/.github/workflows/CI.yml @@ -20,7 +20,7 @@ jobs: - uses: actions/setup-node@v3 with: - node-version-file: 'package.json' + node-version: '20.16.0' cache: 'npm' - name: Install dependencies @@ -59,7 +59,7 @@ jobs: - uses: actions/setup-node@v3 with: - node-version-file: 'package.json' + node-version: '20.16.0' cache: 'npm' - name: Install dependencies @@ -92,7 +92,7 @@ jobs: - uses: actions/setup-node@v3 with: - node-version-file: 'package.json' + node-version: '20.16.0' cache: 'npm' - name: Run E2E tests