diff --git a/.github/workflows/webpack.yml b/.github/workflows/webpack.yml index 680f64c..cedec23 100644 --- a/.github/workflows/webpack.yml +++ b/.github/workflows/webpack.yml @@ -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