Skip to content

Commit

Permalink
Fixed pipeline failing
Browse files Browse the repository at this point in the history
  • Loading branch information
kniffen committed Jul 20, 2024
1 parent 0ee1763 commit fdaa60f
Showing 1 changed file with 7 additions and 3 deletions.
10 changes: 7 additions & 3 deletions .github/workflows/node.js.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,13 +22,17 @@ jobs:

strategy:
matrix:
node-version: [16.x, 18.x, 20.x, 22.x]
node:
- version: 16
- version: 18
- version: 20
- version: 22
# See supported Node.js release schedule at https://nodejs.org/en/about/releases/

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 }}
cache: 'npm'
Expand Down

0 comments on commit fdaa60f

Please sign in to comment.