Skip to content

Commit

Permalink
nodejs降级,打包
Browse files Browse the repository at this point in the history
Co-Authored-By: LOVE69_Renpy_Remaster_Project <love69renpyremasterproject@luckykeeper.site>
  • Loading branch information
luckykeeper and love69renpyremasterproject committed Dec 22, 2023
1 parent cfb4a80 commit 48ffb5e
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 8 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/deploy_to_gh.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,10 +14,10 @@ jobs:
with:
persist-credentials: false

# - name: 更换 node 版本
# uses: actions/setup-node@v4
# with:
# node-version: '16.16.0'
- name: 更换 node 版本
uses: actions/setup-node@v4
with:
node-version: '16.16.0'

- name: install
# https://stackoverflow.com/questions/75959563/node-js-err-ossl-evp-unsupported-error-when-running-npm-run-start
Expand Down
6 changes: 2 additions & 4 deletions .github/workflows/mirror_to_luckyserver.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,9 +10,7 @@ on:
jobs:
build-and-deploy:
runs-on: ubuntu-latest
strategy:
matrix:
node-version: [16.14.0]

steps:
- name: Checkout
uses: actions/checkout@v2
Expand All @@ -23,7 +21,7 @@ jobs:
uses: actions/setup-node@v4
with:
node-version: '16.16.0'

- name: install
# https://stackoverflow.com/questions/75959563/node-js-err-ossl-evp-unsupported-error-when-running-npm-run-start
run: yarn install
Expand Down

0 comments on commit 48ffb5e

Please sign in to comment.