Skip to content

Commit

Permalink
chore: update test
Browse files Browse the repository at this point in the history
  • Loading branch information
hustcc committed Apr 21, 2024
1 parent c023967 commit a48e4d2
Showing 1 changed file with 12 additions and 8 deletions.
20 changes: 12 additions & 8 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,21 +9,25 @@ concurrency:
jobs:
test-and-build:
runs-on: macos-latest
strategy:
fail-fast: false
matrix:
node-version:
- 12
- 13
- 14
- 15
- 16
- 17
- 18
steps:
- name: Checkout
uses: actions/checkout@v3

- name: Install Node.js
uses: actions/setup-node@v3
with:
node-version:
- 12
- 13
- 14
- 15
- 16
- 17
- 18
node-version: ${{ matrix.node-version }}

- name: Install Dependencies
run: npm install
Expand Down

0 comments on commit a48e4d2

Please sign in to comment.