Build webapp using nodejs v20

This commit is contained in:
Thomas Basler 2023-11-15 16:40:04 +01:00
parent 3d837bdd29
commit 07e2c5998b

View File

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