Skip to content

fix: usage of a deprecated Node.js version in CI #63

fix: usage of a deprecated Node.js version in CI

fix: usage of a deprecated Node.js version in CI #63

Workflow file for this run

name: "Build legacy Nix package on Ubuntu"
on:
push:
branches: ["main"]
pull_request:
branches: ["main"]
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: cachix/install-nix-action@v20
- name: Building package
run: nix-build . -A defaultPackage.x86_64-linux