Skip to content

Commit

Permalink
Update node.js.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
xBoyMinemc authored Nov 4, 2024
1 parent 20b75e3 commit f7345ad
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion .github/workflows/node.js.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,8 +16,11 @@ 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

Expand Down

0 comments on commit f7345ad

Please sign in to comment.