From 452a9748d5d44630bc3ecb8bd5a83161d13a4f8f Mon Sep 17 00:00:00 2001 From: Loewy Date: Wed, 12 Aug 2026 14:37:12 -0700 Subject: [PATCH] Run Gitea JS checks on Node 22 --- .gitea/workflows/check-js.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.gitea/workflows/check-js.yaml b/.gitea/workflows/check-js.yaml index 61978e3f..bf9bc182 100644 --- a/.gitea/workflows/check-js.yaml +++ b/.gitea/workflows/check-js.yaml @@ -12,7 +12,7 @@ jobs: runs-on: nixos-x86_64-linux defaults: run: - shell: nix shell nixpkgs#nodejs_20 nixpkgs#yarn -c bash -e {0} + shell: nix shell nixpkgs#nodejs_22 nixpkgs#yarn -c bash -e {0} steps: - uses: actions/checkout@v4 - name: Install node_modules @@ -27,7 +27,7 @@ jobs: runs-on: nixos-x86_64-linux defaults: run: - shell: nix shell nixpkgs#nodejs_20 nixpkgs#yarn -c bash -e {0} + shell: nix shell nixpkgs#nodejs_22 nixpkgs#yarn -c bash -e {0} steps: - uses: actions/checkout@v4 - name: Install node_modules