1
0
Fork 0

Downgrade CI to nodejs 18

To ensure the scripts still work for people that haven't updated to v20 yet
master
Anton 2024-03-07 10:23:36 +01:00
parent cfa615e352
commit b90577cc97
1 changed files with 2 additions and 2 deletions

View File

@ -11,10 +11,10 @@ jobs:
uses: actions/checkout@v3
with:
submodules: recursive
- name: Use Node.js 20.x
- name: Use Node.js 18.x
uses: actions/setup-node@v3
with:
node-version: 20.x
node-version: 18.x
- name: Install testing dependencies
run: npm ci
- name: Test all apps and widgets