Skip to content

Commit

Permalink
github workflows use newer versions of node now - so it seems
Browse files Browse the repository at this point in the history
  • Loading branch information
ulfgebhardt committed Feb 20, 2023
1 parent 21e9875 commit 0cbfe9b
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/test-build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,4 +14,4 @@ jobs:
run: npm install

- name: npm-build
run: npm run build:workflow
run: npm run build
1 change: 0 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,6 @@
"main": "index.js",
"scripts": {
"build": "NODE_OPTIONS=--openssl-legacy-provider vuepress build docs",
"build:workflow": "vuepress build docs",
"dev": "NODE_OPTIONS=--openssl-legacy-provider vuepress dev docs",
"test": "textlint \"*.md\" \"docs/**/*.md\""
},
Expand Down

0 comments on commit 0cbfe9b

Please sign in to comment.