Skip to content

Commit

Permalink
patch(cicd): update node matrix
Browse files Browse the repository at this point in the history
  • Loading branch information
CharlyJazz committed Jul 22, 2023
1 parent e3c18f1 commit 2d9c310
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions .github/workflows/health.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,14 +8,14 @@ jobs:

strategy:
matrix:
node-version: [10.x, 12.x]
node: [16, 18, 20]

steps:
- uses: actions/checkout@v2
- name: Use Node.js ${{ matrix.node-version }}
uses: actions/setup-node@v1
- uses: actions/checkout@v3
- name: Use Node.js ${{ matrix.node }}
uses: actions/setup-node@v3
with:
node-version: ${{ matrix.node-version }}
node-version: ${{ matrix.node }}
- run: npm install
- run: npm run build
- run: npm test
Expand Down

0 comments on commit 2d9c310

Please sign in to comment.