Skip to content

Commit

Permalink
Merge remote-tracking branch 'origin/main'
Browse files Browse the repository at this point in the history
  • Loading branch information
xBoyMinemc committed Nov 5, 2024
2 parents 012dac9 + f7345ad commit 427bffb
Showing 1 changed file with 5 additions and 3 deletions.
8 changes: 5 additions & 3 deletions .github/workflows/node.js.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,14 +16,16 @@ jobs:
- name: Set up Node.js
uses: actions/setup-node@v3
with:
node-version: '16' # 根据需要设置 Node.js 的版本
node-version: 'latest'

- name: Install TypeScript
run: npm install typescript@latest

- name: Install dependencies
run: npm i


- name: tsc build
run: tsc --skipLibCheck
run: tsc

- name: webpack build
run: webpack
Expand Down

0 comments on commit 427bffb

Please sign in to comment.