Skip to content

Commit

Permalink
.github: test on node.js 20.x as well
Browse files Browse the repository at this point in the history
Signed-off-by: Christian Stewart <christian@aperture.us>
  • Loading branch information
paralin committed Dec 1, 2023
1 parent a7174eb commit 9893835
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ jobs:
strategy:
matrix:
go: ['1.21']
node: [18.x]
node: [18.x, 20.x]
timeout-minutes: 10
steps:
- name: Harden Runner
Expand Down

0 comments on commit 9893835

Please sign in to comment.