Skip to content

build: update to yarn v4 #146

build: update to yarn v4

build: update to yarn v4 #146

Workflow file for this run

name: Test
on:
push:
branches:
- main
pull_request:
branches:
- main
permissions:
contents: read
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 # tag: v5.0.0
- name: Setup Node.js
uses: actions/setup-node@a0853c24544627f65ddf259abe73b1d18a591444 # tag: v5.0.0
with:
node-version: lts/*
- name: yarn install, build, and test
run: |
yarn --immutable
yarn test