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
parent 51286047d4
commit 58e01cdcc7

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"