Skip to content

chore(deps): update yarn to v4.5.3 #359

chore(deps): update yarn to v4.5.3

chore(deps): update yarn to v4.5.3 #359

Workflow file for this run

name: build
on: [push, pull_request]
jobs:
build:
runs-on: ubuntu-latest
strategy:
matrix:
node-version: [20.x]
env:
CI: true
steps:
# Setup.
- uses: actions/checkout@v4
- uses: actions-rs/toolchain@v1
with:
toolchain: stable
- uses: jetli/[email protected]
- name: Use Node.js ${{ matrix.node-version }}
uses: actions/setup-node@v4
with:
node-version: ${{ matrix.node-version }}
# Build.
- run: corepack enable
- run: yarn install
- run: yarn dist
# Test.
- run: yarn test