Skip to content

Commit

Permalink
ci: run tests on node 18 and 20
Browse files Browse the repository at this point in the history
  • Loading branch information
thetutlage committed Sep 23, 2023
1 parent e85c4b3 commit ed0c895
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/test.yml
Expand Up @@ -9,7 +9,8 @@ jobs:
matrix:
node-version:
- 16.13.1
- 17.x
- 18.x
- 20.x
steps:
- uses: actions/checkout@v2
- name: Use Node.js ${{ matrix.node-version }}
Expand Down

0 comments on commit ed0c895

Please sign in to comment.