Updated documentation about node requirements

This commit is contained in:
Jan Böhmer 2026-04-03 21:58:02 +02:00
parent 70454e3a6d
commit f07eabd85a
4 changed files with 5 additions and 5 deletions

View file

@ -67,7 +67,7 @@ jobs:
- name: Setup node
uses: actions/setup-node@v6
with:
node-version: '20'
node-version: '22'
- name: Install yarn dependencies
run: yarn install

View file

@ -106,7 +106,7 @@ jobs:
- name: Setup node
uses: actions/setup-node@v6
with:
node-version: '20'
node-version: '22'
- name: Install yarn dependencies
run: yarn install