Skip to content

Commit

Permalink
Dev: CI run tests on Node v20
Browse files Browse the repository at this point in the history
  • Loading branch information
overlookmotel committed Aug 29, 2023
1 parent 8a29a64 commit 35bd029
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ jobs:

strategy:
matrix:
node-version: [18]
node-version: [20, 18]

steps:
- uses: actions/checkout@v3
Expand Down

0 comments on commit 35bd029

Please sign in to comment.