Skip to content

Commit

Permalink
chore: test
Browse files Browse the repository at this point in the history
  • Loading branch information
xiamiao committed Aug 28, 2024
1 parent e0d6505 commit e6b6f3f
Showing 1 changed file with 7 additions and 3 deletions.
10 changes: 7 additions & 3 deletions .github/workflows/auto-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,10 +12,10 @@ jobs:
with:
fetch-depth: 2

- name: Setup Node.js 14.21.x
- name: Setup Node.js 18.20.x
uses: actions/setup-node@v4
with:
node-version: 14.21.x
node-version: 18.20.x
cache: 'yarn'

- name: Install dependencies
Expand All @@ -28,7 +28,11 @@ jobs:
# yarn config set strict-ssl false
# yarn


- name: Setup Node.js 14.21.x
uses: actions/setup-node@v4
with:
node-version: 14.21.x
cache: 'yarn'

- name: Test
run: |
Expand Down

0 comments on commit e6b6f3f

Please sign in to comment.