Skip to content

Bump esbuild from 0.24.1 to 0.24.2 (#1692) #2132

Bump esbuild from 0.24.1 to 0.24.2 (#1692)

Bump esbuild from 0.24.1 to 0.24.2 (#1692) #2132

Workflow file for this run

name: Nix
on:
- push
- pull_request
permissions: read-all
jobs:
tests:
runs-on: ubuntu-latest
steps:
- name: Checkout code
uses: actions/checkout@v4
with:
submodules: true
- uses: cachix/install-nix-action@v30
with:
nix_path: nixpkgs=channel:nixos-unstable
- run: nix develop -c make nix-tests