Skip to content

v4.11.4

v4.11.4 #82

Workflow file for this run

name: test
on:
push:
branches:
- master
jobs:
test:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: actions/setup-node@v1
with:
node-version: "20.x"
- run: yarn install --frozen-lockfile
- run: yarn test