Skip to content

Commit

Permalink
1
Browse files Browse the repository at this point in the history
  • Loading branch information
SunWuyuan committed Jul 26, 2024
1 parent 61b09f2 commit 9c4c53c
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions .github/workflows/webpack.yml
Original file line number Diff line number Diff line change
Expand Up @@ -31,14 +31,15 @@ jobs:
- uses: actions/checkout@v4

- name: Use Node.js ${{ matrix.node-version }}
env:
VITE_APP_BASE_API: 'https://zerocat.houlangs.com'

uses: actions/setup-node@v3
with:
node-version: '20.x'
# 《神奇的action构建喵与呆萌的npm酱相爱相杀の一天》

- name: Build
env:
VITE_APP_BASE_API: 'https://zerocat.houlangs.com'
run: |
git submodule update --init --recursive
npm install
Expand Down

0 comments on commit 9c4c53c

Please sign in to comment.