Skip to content

chore: fix yarn rc for v3; #25

chore: fix yarn rc for v3;

chore: fix yarn rc for v3; #25

Workflow file for this run

name: node.js / tests / ava
on:
[push]
jobs:
build:
runs-on: ubuntu-latest
strategy:
matrix:
node-version: [16.x]
steps:
- uses: actions/checkout@v3
- name: Use Node.js ${{ matrix.node-version }}
uses: actions/setup-node@v3
with:
node-version: ${{ matrix.node-version }}
- run: yarn install --frozen-lockfile
- run: yarn test