Skip to content

Commit

Permalink
Update node version v2
Browse files Browse the repository at this point in the history
Updating to more recent versions of node that are consistent with Heroku CLI.
  • Loading branch information
zwhitfield3 committed Dec 9, 2024
1 parent a32735f commit 7346ea8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ jobs:
runs-on: ${{ matrix.os }}
strategy:
matrix:
node_version: ['16.20.2', '20.x']
node_version: ['20.x', '22.x']
os: [ubuntu-latest, macos-latest, windows-latest]
fail-fast: false
steps:
Expand Down

0 comments on commit 7346ea8

Please sign in to comment.