ci: Fix CI version check (#9039)

This commit is contained in:
Manuel
2024-03-22 02:26:37 +01:00
committed by GitHub
parent 854ac9a017
commit 1c0eced4bd
4 changed files with 189 additions and 898 deletions

View File

@@ -17,14 +17,8 @@ jobs:
- name: Setup Node
uses: actions/setup-node@v2
with:
node-version: 14
- name: Cache Node.js modules
uses: actions/cache@v4
with:
path: ~/.npm
key: ${{ runner.os }}-node-${{ hashFiles('**/package-lock.json') }}
restore-keys: |
${{ runner.os }}-node-
node-version: 20
cache: 'npm'
- name: Install dependencies
run: npm ci
- name: CI Environments Check