Skip to content

Commit

Permalink
Fix CI
Browse files Browse the repository at this point in the history
  • Loading branch information
psi-4ward committed Apr 10, 2024
1 parent b2f6284 commit 369ee33
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/build-deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ on: push

jobs:
build_and_deploy:
runs-on: ubuntu-20.04
runs-on: ubuntu-22.04
steps:
# GIT Checkout
- uses: actions/checkout@v2
Expand All @@ -15,9 +15,9 @@ jobs:
restore-keys: ${{ runner.os }}-node-

# Setup Node.JS
- uses: actions/setup-node@v1
- uses: actions/setup-node@v4
with:
node-version: '14'
node-version: '21'

# Build
- run: npm ci
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
},
"scripts": {
"dev": "vuepress dev",
"build": "vuepress build",
"build": "NODE_OPTIONS=--openssl-legacy-provider vuepress build",
"check": "blcl -r .vuepress/dist",
"postinstall": "echo \\$contentClass = \\'.content__default\\' > node_modules/@vuepress/theme-default/styles/config.styl"
},
Expand Down

0 comments on commit 369ee33

Please sign in to comment.