summary refs log tree commit diff
diff options
context:
space:
mode:
authorEmma [it/its]@Rory& <root@rory.gay>2024-11-17 20:58:31 +0100
committerEmma [it/its]@Rory& <root@rory.gay>2024-11-17 20:58:31 +0100
commit2e333e1b87fe333c557c44e072307110dabf8fd2 (patch)
tree5824cd307b107ca467ca3a86a2b182ba85c5df0b
parentbuild(deps): update npm dependencies hash [dependabot skip] (diff)
downloadserver-ts-2e333e1b87fe333c557c44e072307110dabf8fd2.tar.xz
GHA updates
-rw-r--r--.github/workflows/build.yml3
-rw-r--r--.github/workflows/style.yml2
-rw-r--r--flake.nix6
3 files changed, 2 insertions, 9 deletions
diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml

index d5ce87e2..ee3b1ef1 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml
@@ -8,12 +8,11 @@ on: jobs: build: - runs-on: ubuntu-latest strategy: matrix: - node-version: [18.x] + node-version: [20.x] # See supported Node.js release schedule at https://nodejs.org/en/about/releases/ steps: diff --git a/.github/workflows/style.yml b/.github/workflows/style.yml
index 8b18f6e6..bdb89750 100644 --- a/.github/workflows/style.yml +++ b/.github/workflows/style.yml
@@ -13,7 +13,7 @@ jobs: strategy: matrix: - node-version: [18.x] + node-version: [20.x] # See supported Node.js release schedule at https://nodejs.org/en/about/releases/ steps: diff --git a/flake.nix b/flake.nix
index fd50533d..3fb2bc23 100644 --- a/flake.nix +++ b/flake.nix
@@ -66,10 +66,7 @@ runtimeInputs = with pkgs; [ prefetch-npm-deps nix - bash jq - git - nix-output-monitor ]; text = '' nix flake update --extra-experimental-features 'nix-command flakes' @@ -77,9 +74,6 @@ TMPFILE=$(mktemp) jq '.npmDepsHash = "'"$DEPS_HASH"'"' hashes.json > "$TMPFILE" mv -- "$TMPFILE" hashes.json - - nom build .# --extra-experimental-features 'nix-command flakes' || exit $? - git add hashes.json flake.lock flake.nix ''; }; };