Skip to content

Merge branch 'master' into ci-fixes #970

Merge branch 'master' into ci-fixes

Merge branch 'master' into ci-fixes #970

Workflow file for this run

name: CI
on: [push, pull_request]
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/setup-node@v1
with:
node-version: '18.x'
- name: Setup Yarn
run: corepack prepare yarn@stable --activate
- uses: actions/checkout@v2
- name: Install npm dependencies
run: |
yarn