Skip to content

chore: update dependencies #14

chore: update dependencies

chore: update dependencies #14

Workflow file for this run

name: CI
on: [push]
env:
CI: true
jobs:
test:
runs-on: ubuntu-latest
name: Test
steps:
- uses: actions/[email protected]
- uses: actions/[email protected]
with:
node-version: 18
cache: yarn
- name: Build
run: |
yarn install
yarn build
- name: Unit tests
run: yarn test