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