Change used node-version in actions from 14 to 18
Some checks failed
E2E Testing / test (push) Failing after 1m18s

This commit is contained in:
Sebastian Böckelmann 2024-01-27 00:04:46 +01:00
parent 8a5366ed91
commit 475cda7095

View File

@ -14,7 +14,7 @@ jobs:
- name: Set up Node.js - name: Set up Node.js
uses: actions/setup-node@v2 uses: actions/setup-node@v2
with: with:
node-version: 14 node-version: 18
- name: Install dependencies - name: Install dependencies
run: npm install run: npm install