regenerate files and update workflows

This commit is contained in:
Thomas Boop 2022-02-10 21:11:10 +00:00 committed by GitHub
parent 558ef89cd9
commit 5784c79d41
4 changed files with 5087 additions and 9 deletions

View file

@ -19,10 +19,10 @@ jobs:
os: [ubuntu-latest, windows-latest, macos-latest]
steps:
- uses: actions/checkout@v2
- name: Setup node 12
- name: Setup node 16
uses: actions/setup-node@v2
with:
node-version: 12.x
node-version: 16.x
cache: npm
- run: npm ci
- run: npm run build