Skip to content

Commit

Permalink
Add node 20 to CI run.
Browse files Browse the repository at this point in the history
  • Loading branch information
cliffano committed Apr 23, 2024
1 parent 0838222 commit 3204c4a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci-workflow.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ jobs:
strategy:
max-parallel: 1
matrix:
node: [ '16', '17', '18' ]
node: [ '16', '17', '18', '20' ]
name: node ${{ matrix.node }}
steps:
- uses: actions/checkout@v3
Expand Down

0 comments on commit 3204c4a

Please sign in to comment.