Skip to content

Commit

Permalink
Merge pull request #26 from rodrigoborgesdeoliveira/prb/update-node-v…
Browse files Browse the repository at this point in the history
…ersion

Update PR Builder to use node 20 instead of 19
  • Loading branch information
alexanderjordanbaker authored Sep 28, 2023
2 parents 13fa2b5 + 6fd19a9 commit 51f74ad
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci-prb.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ jobs:
runs-on: ${{ matrix.os }}
strategy:
matrix:
node: [ 16.x, 18.x, 19.x ]
node: [ 16.x, 18.x, 20.x ]
os: [ ubuntu-latest ]
steps:
- uses: actions/checkout@v4
Expand Down

0 comments on commit 51f74ad

Please sign in to comment.