Skip to content

Commit deaa5d3

Browse files
authored
Merge pull request #2667 from harnish7576/harnish7576/issue2203_fixing_bad_node_engine_deployment
Updating PR workflow to use Node v20
2 parents 31277a5 + 82e587d commit deaa5d3

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/pr.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ jobs:
2424
# by our package.json.
2525
# Hopefully this allows us to catch problems
2626
# with differing versions ahead of time.
27-
node-version: [19.x]
27+
node-version: [20.x]
2828

2929
steps:
3030
- uses: actions/checkout@v4

0 commit comments

Comments
 (0)