Skip to content

Commit

Permalink
ci: update nodejs versions matrix
Browse files Browse the repository at this point in the history
  • Loading branch information
ndianabasi committed Feb 29, 2024
1 parent 49df8de commit 03da460
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,8 +8,9 @@ jobs:
strategy:
matrix:
node-version:
- 14.17.0
- 16.x
- 18.x
- 20.x
steps:
- uses: actions/checkout@v2
- name: Use Node.js ${{ matrix.node-version }}
Expand Down

0 comments on commit 03da460

Please sign in to comment.