Skip to content

Commit

Permalink
chore: 更新yml
Browse files Browse the repository at this point in the history
  • Loading branch information
zyxeeker authored Mar 24, 2023
1 parent 4ab4577 commit c061abc
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,15 +12,17 @@ jobs:

strategy:
matrix:
node-version: [16.x]
os: [windows-latest]
steps:
# step1: check out repository
- name: Check out git repository
uses: actions/checkout@v2
# step2: install node env
- name: Install Node.js
uses: actions/setup-node@v1
uses: actions/setup-node@v3
with:
node-version: 16
cache: 'npm'
# step3: npm i
- name: Install Dependencies
run: |
Expand Down

0 comments on commit c061abc

Please sign in to comment.