Fix Node.js 18 - also remove libnode72 package
Some checks failed
CI Pipeline / Rust Format Check (push) Successful in 4s
CI Pipeline / Clippy Lints (push) Successful in 45s
CI Pipeline / Rust Unit Tests (push) Successful in 1m2s
CI Pipeline / Security Audit (push) Successful in 4s
CI Pipeline / Frontend Lint & Type Check (push) Failing after 20s
CI Pipeline / Build .deb & Release (push) Has been skipped
Some checks failed
CI Pipeline / Rust Format Check (push) Successful in 4s
CI Pipeline / Clippy Lints (push) Successful in 45s
CI Pipeline / Rust Unit Tests (push) Successful in 1m2s
CI Pipeline / Security Audit (push) Successful in 4s
CI Pipeline / Frontend Lint & Type Check (push) Failing after 20s
CI Pipeline / Build .deb & Release (push) Has been skipped
This commit is contained in:
@ -162,7 +162,7 @@ jobs:
|
|||||||
- name: Install Node.js 18
|
- name: Install Node.js 18
|
||||||
run: |
|
run: |
|
||||||
# Remove conflicting packages from old Node.js installation
|
# Remove conflicting packages from old Node.js installation
|
||||||
apt-get remove -y libnode-dev node-gyp npm || true
|
apt-get remove -y libnode-dev libnode72 node-gyp npm || true
|
||||||
apt-get autoremove -y || true
|
apt-get autoremove -y || true
|
||||||
# Install Node.js 18 from NodeSource
|
# Install Node.js 18 from NodeSource
|
||||||
curl -fsSL https://deb.nodesource.com/setup_18.x | bash -
|
curl -fsSL https://deb.nodesource.com/setup_18.x | bash -
|
||||||
|
|||||||
Reference in New Issue
Block a user