Run Gitea JS checks on Node 22
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user