actions: switch to node version 20 for linting

use version consistent with the version used when building the web
application.
This commit is contained in:
Bernhard Kirchen 2024-09-20 16:34:37 +02:00 committed by Thomas Basler
parent ee3b62d671
commit 2f77b9e500

View File

@ -11,7 +11,7 @@ jobs:
- name: Setup Node.js and yarn - name: Setup Node.js and yarn
uses: actions/setup-node@v4 uses: actions/setup-node@v4
with: with:
node-version: "18" node-version: "20"
cache: "yarn" cache: "yarn"
cache-dependency-path: "webapp/yarn.lock" cache-dependency-path: "webapp/yarn.lock"