Skip to content

chore(deps): update yarn to v4.3.1 #239

chore(deps): update yarn to v4.3.1

chore(deps): update yarn to v4.3.1 #239

Workflow file for this run

name: Nix Test
on:
push:
branches: [main]
pull_request:
branches: [main]
workflow_dispatch:
jobs:
build:
strategy:
matrix:
os:
- macos-latest
- ubuntu-latest
runs-on: ${{ matrix.os }}
steps:
- uses: actions/checkout@0ad4b8fadaa221de15dcec353f45205ec38ea70b # v4
# use yarn-nixify to prepare the cache in /nix/store
- run: corepack enable
- uses: actions/setup-node@60edb5dd545a775178f52524783378180af0d1f8 # v4
with:
node-version: 18
cache: yarn
- run: yarn install --immutable
- uses: DeterminateSystems/nix-installer-action@main
- uses: DeterminateSystems/magic-nix-cache-action@main
- name: Flake check
run: nix flake check -Lv
- name: Build packages
run: nix build -Lv .