devops: use Node.js 16 when rolling browsers

This commit is contained in:
Max Schmitt 2021-09-27 15:32:07 +02:00
parent 3394bec364
commit 1a2aa0e2e5

View file

@ -11,7 +11,7 @@ jobs:
- uses: actions/checkout@v2
- uses: actions/setup-node@v2
with:
node-version: 14
node-version: 16
- run: npm ci
- run: npm run build
- name: Install dependencies