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