Added action to build artifacts

This commit is contained in:
Jan Böhmer 2023-02-13 00:49:58 +01:00
parent 67aa6dd7e4
commit da97a10033
2 changed files with 85 additions and 1 deletions

View file

@ -88,7 +88,7 @@ jobs:
- name: Setup node
uses: actions/setup-node@v3
with:
node-version: '16'
node-version: '18'
- name: Install yarn dependencies
run: yarn install