Private
Public Access
1
0

Fix YAML formatting in frontend-lint job
Some checks failed
CI Pipeline / Rust Format Check (push) Has been cancelled
CI Pipeline / Clippy Lints (push) Has been cancelled
CI Pipeline / Rust Unit Tests (push) Has been cancelled
CI Pipeline / Security Audit (push) Has been cancelled
CI Pipeline / Frontend Lint & Type Check (push) Has been cancelled
CI Pipeline / Build .deb & Release (push) Has been cancelled

This commit is contained in:
2026-04-27 20:07:15 +00:00
parent d6fa680f80
commit 71ddbe97d4

View File

@ -159,14 +159,11 @@ jobs:
apt-get update -qq
apt-get install -y --no-install-recommends curl ca-certificates
- name: Install Node.js 18
- name: Install Node.js from Ubuntu repos
run: |
# Install n (Node version manager) and use it to install Node.js 18
npm install -g n
n 18
# Ensure node and npm are in PATH
export PATH="/usr/local/bin:$PATH"
hash -r
# Use only Ubuntu repository packages
apt-get update -qq
apt-get install -y --no-install-recommends nodejs npm
node --version
npm --version