Skip to content

Update minimum Node version to 22 #7

Update minimum Node version to 22

Update minimum Node version to 22 #7

Workflow file for this run

name: Devenv
on:
push:
branches: [ main ]
paths:
- "/devenv*"
pull_request:
branches: [ main ]
paths-ignore:
- "/devenv*"
jobs:
test-nix-env:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: cachix/install-nix-action@v26
- uses: cachix/cachix-action@v14
with:
name: devenv
- name: Install devenv.sh
run: nix profile install nixpkgs#devenv
- name: Build the devenv shell and run any git hooks
run: devenv test