forked from github.com/GenderDysphoria.fyi
lol
This commit is contained in:
@@ -40,16 +40,12 @@ jobs:
|
|||||||
export DEBIAN_FRONTEND=noninteractive
|
export DEBIAN_FRONTEND=noninteractive
|
||||||
apt update
|
apt update
|
||||||
apt upgrade -y
|
apt upgrade -y
|
||||||
apt install -y graphicsmagick p7zip-full
|
apt install -y graphicsmagick p7zip-full chromium-browser
|
||||||
-
|
-
|
||||||
name: Use Node.js
|
name: Use Node.js
|
||||||
uses: https://github.com/actions/setup-node@v2
|
uses: https://github.com/actions/setup-node@v2
|
||||||
with:
|
with:
|
||||||
node-version: '20'
|
node-version: '20'
|
||||||
-
|
|
||||||
name: Install Chrome
|
|
||||||
run: |
|
|
||||||
sudo apt install chromium-browser
|
|
||||||
-
|
-
|
||||||
name: Install node dependencies
|
name: Install node dependencies
|
||||||
run: npm ci
|
run: npm ci
|
||||||
|
|||||||
Reference in New Issue
Block a user