github workflows use newer versions of node now - so it seems

This commit is contained in:
Ulf Gebhardt 2023-02-20 14:03:18 +01:00
parent 21e98750c5
commit 0cbfe9b1f3
Signed by: ulfgebhardt
GPG Key ID: DA6B843E748679C9
2 changed files with 1 additions and 2 deletions

View File

@ -14,4 +14,4 @@ jobs:
run: npm install run: npm install
- name: npm-build - name: npm-build
run: npm run build:workflow run: npm run build

View File

@ -5,7 +5,6 @@
"main": "index.js", "main": "index.js",
"scripts": { "scripts": {
"build": "NODE_OPTIONS=--openssl-legacy-provider vuepress build docs", "build": "NODE_OPTIONS=--openssl-legacy-provider vuepress build docs",
"build:workflow": "vuepress build docs",
"dev": "NODE_OPTIONS=--openssl-legacy-provider vuepress dev docs", "dev": "NODE_OPTIONS=--openssl-legacy-provider vuepress dev docs",
"test": "textlint \"*.md\" \"docs/**/*.md\"" "test": "textlint \"*.md\" \"docs/**/*.md\""
}, },