1
0
Fork 0

Update node

We need support for global crypto, which was added in node 19
master
Anton 2024-03-04 22:48:41 +01:00
parent 3b9b43453b
commit 8b42685f44
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 16.x
- name: Use Node.js 20.x
uses: actions/setup-node@v3
with:
node-version: 16.x
node-version: 20.x
- name: Install testing dependencies
run: npm ci
- name: Test all apps and widgets