lib/nextgen/generators/eslint.rb in nextgen-0.28.0 vs lib/nextgen/generators/eslint.rb in nextgen-0.28.1

- old
+ new

@@ -27,10 +27,10 @@ if File.exist?(".github/workflows/ci.yml") say_git "Add eslint job to CI workflow" node_spec = File.exist?(".node-version") ? 'node-version-file: ".node-version"' : 'node-version: "lts/*"' inject_into_file ".github/workflows/ci.yml", <<-YAML, after: /^jobs:\n/ eslint: - runs-on: ubuntu-latest + runs-on: ubuntu-24.04 steps: - name: Checkout code uses: actions/checkout@v4