Compare commits
1 commit
ff1247d350
...
78d97489c1
Author | SHA1 | Date | |
---|---|---|---|
78d97489c1 |
1 changed files with 2 additions and 2 deletions
|
@ -187,9 +187,9 @@ jobs:
|
||||||
run: |
|
run: |
|
||||||
cd frontend
|
cd frontend
|
||||||
bun install
|
bun install
|
||||||
- name: Install node 22
|
- name: Install node 20
|
||||||
run: |
|
run: |
|
||||||
apt-get purge node -y
|
apt-get purge nodejs -y
|
||||||
apt-get update -y
|
apt-get update -y
|
||||||
apt-get install -y --no-install-recommends curl ca-certificates gnupg
|
apt-get install -y --no-install-recommends curl ca-certificates gnupg
|
||||||
curl -fsSL https://deb.nodesource.com/setup_20.x | bash -
|
curl -fsSL https://deb.nodesource.com/setup_20.x | bash -
|
||||||
|
|
Reference in a new issue