webapp: switch to Node.js v22
This commit is contained in:
parent
2f4eef47e9
commit
503455dc51
2
.github/workflows/build.yml
vendored
2
.github/workflows/build.yml
vendored
@ -101,7 +101,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: "20"
|
node-version: "22"
|
||||||
cache: "yarn"
|
cache: "yarn"
|
||||||
cache-dependency-path: "webapp/yarn.lock"
|
cache-dependency-path: "webapp/yarn.lock"
|
||||||
|
|
||||||
|
|||||||
2
.github/workflows/yarnlint.yml
vendored
2
.github/workflows/yarnlint.yml
vendored
@ -17,7 +17,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: "20"
|
node-version: "22"
|
||||||
cache: "yarn"
|
cache: "yarn"
|
||||||
cache-dependency-path: "webapp/yarn.lock"
|
cache-dependency-path: "webapp/yarn.lock"
|
||||||
|
|
||||||
|
|||||||
2
.github/workflows/yarnprettier.yml
vendored
2
.github/workflows/yarnprettier.yml
vendored
@ -17,7 +17,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: "20"
|
node-version: "22"
|
||||||
cache: "yarn"
|
cache: "yarn"
|
||||||
cache-dependency-path: "webapp/yarn.lock"
|
cache-dependency-path: "webapp/yarn.lock"
|
||||||
|
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user