mirror of
https://github.com/IT4Change/IT4C.dev.git
synced 2025-12-13 09:25:49 +00:00
github workflows use newer versions of node now - so it seems
This commit is contained in:
parent
21e98750c5
commit
0cbfe9b1f3
2
.github/workflows/test-build.yml
vendored
2
.github/workflows/test-build.yml
vendored
@ -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
|
||||||
@ -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\""
|
||||||
},
|
},
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user