Skip to content

Commit

Permalink
Add Node 20 to our test matrix, remove Node 14.
Browse files Browse the repository at this point in the history
Cherry-pick fix to test for node 20.
  • Loading branch information
brendandburns committed Sep 17, 2023
1 parent b4d0522 commit 09ead53
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 @@ -11,7 +11,7 @@ jobs:
runs-on: ubuntu-latest
strategy:
matrix:
node: [ '18', '16', '14' ]
node: [ '20', '18', '16' ]
name: Node ${{ matrix.node }} validation
steps:
- uses: actions/checkout@v4
Expand Down

0 comments on commit 09ead53

Please sign in to comment.