Commit 369ee33 1 parent b2f6284 commit 369ee33 Copy full SHA for 369ee33
File tree 2 files changed +4
-4
lines changed
2 files changed +4
-4
lines changed Original file line number Diff line number Diff line change 2
2
3
3
jobs :
4
4
build_and_deploy :
5
- runs-on : ubuntu-20 .04
5
+ runs-on : ubuntu-22 .04
6
6
steps :
7
7
# GIT Checkout
8
8
- uses : actions/checkout@v2
15
15
restore-keys : ${{ runner.os }}-node-
16
16
17
17
# Setup Node.JS
18
- - uses : actions/setup-node@v1
18
+ - uses : actions/setup-node@v4
19
19
with :
20
- node-version : ' 14 '
20
+ node-version : ' 21 '
21
21
22
22
# Build
23
23
- run : npm ci
Original file line number Diff line number Diff line change 17
17
},
18
18
"scripts" : {
19
19
"dev" : " vuepress dev" ,
20
- "build" : " vuepress build" ,
20
+ "build" : " NODE_OPTIONS=--openssl-legacy-provider vuepress build" ,
21
21
"check" : " blcl -r .vuepress/dist" ,
22
22
"postinstall" : " echo \\ $contentClass = \\ '.content__default\\ ' > node_modules/@vuepress/theme-default/styles/config.styl"
23
23
},
You can’t perform that action at this time.
0 commit comments