chore(ci): fix wrong sorted comment

This commit is contained in:
郭桓桓 2023-03-02 00:07:22 +08:00
parent 7684e092da
commit 17c8caaa11
Signed by: kuohuanhuan
GPG Key ID: FD846A0A797B0D75
1 changed files with 4 additions and 4 deletions

View File

@ -23,10 +23,10 @@ jobs:
with:
node-version: 16
registry-url: https://registry.npmjs.org/
# Step IV
# Step III
- name: Install Dependencies
run: npm ci
# Step V
# Step IV
- name: Lint
run: npm run lint
# Test Build
@ -35,8 +35,8 @@ jobs:
runs-on: ${{ matrix.os }}
strategy:
matrix:
node-version: [ 16, 18, latest ]
os: [ ubuntu-latest, windows-latest, macos-latest ]
node-version: [16, 18, latest]
os: [ubuntu-latest, windows-latest, macos-latest]
fail-fast: false
steps:
# Step I