webapp: switch to Node.js v22

This commit is contained in:
Bernhard Kirchen 2024-09-21 21:43:05 +02:00
parent 2f4eef47e9
commit 503455dc51
3 changed files with 3 additions and 3 deletions

View File

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

View File

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

View File

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