Update ci.yml

This commit is contained in:
Kevin van Zonneveld 2023-08-29 12:04:33 +02:00
parent 9a27140e7e
commit c4585291f3
No known key found for this signature in database
GPG Key ID: 5E20B81008764DF4

View File

@ -17,6 +17,9 @@ jobs:
- uses: actions/setup-node@master
with:
node-version: 18.x
- name: Install
run: |
corepack yarn
- name: Test
run: |
corepack yarn test