Skip to content

Commit 82e587d

Browse files
committed
updating PR workflow to use node20
1 parent ac91840 commit 82e587d

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)