Skip to content

Commit

Permalink
ci: update matrix
Browse files Browse the repository at this point in the history
  • Loading branch information
goto-bus-stop committed Oct 10, 2024
1 parent df37826 commit 61247c8
Showing 1 changed file with 20 additions and 3 deletions.
23 changes: 20 additions & 3 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,12 +8,29 @@ jobs:

strategy:
matrix:
node-version: [4.x, 6.x, 8.x, 9.x, 10.x, 12.x, 13.x, 14.x, 15.x, 16.x, 17.x, 18.x]
node-version:
- 4.x
- 6.x
- 8.x
- 9.x
- 10.x
- 11.x
- 12.x
- 13.x
- 14.x
- 15.x
- 16.x
- 17.x
- 18.x
- 19.x
- 20.x
- 21.x
- 22.x

steps:
- uses: actions/checkout@v3
- uses: actions/checkout@v4
- name: Use Node.js ${{ matrix.node-version }}
uses: actions/setup-node@v3
uses: actions/setup-node@v4
with:
node-version: ${{ matrix.node-version }}
- name: Install dependencies
Expand Down

0 comments on commit 61247c8

Please sign in to comment.