This commit is contained in:
2025-09-10 22:30:13 -07:00
parent 7475313384
commit 8aabb5d4e1
2 changed files with 9 additions and 6 deletions

View File

@@ -2,8 +2,11 @@
"extends": "@twipped/eslint-config/node-cjs", "extends": "@twipped/eslint-config/node-cjs",
"rules": { "rules": {
"node/no-unpublished-require": 0, "node/no-unpublished-require": 0,
"indent": [ 2, 2, { "indent": [ 2, 2,
"MemberExpression": 1 {
} ] "MemberExpression": 1
}
],
"no-unused-vars": "off"
} }
} }

View File

@@ -40,12 +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: '14' node-version: '20'
- -
name: Install node dependencies name: Install node dependencies
run: npm ci run: npm ci
@@ -80,7 +80,7 @@ jobs:
with: with:
name: build_artifact name: build_artifact
path: artifact.7z path: artifact.7z
retention-days: 7 retention-days: 365
job2: job2:
needs: job1 needs: job1
name: Connect to deployment host, update, and redeploy docs website. name: Connect to deployment host, update, and redeploy docs website.