Skip to content

Commit 014dcac

Browse files
chore(CI): update node to v20 (#1829)
Co-authored-by: Brandy Smith <[email protected]>
1 parent 1da3d21 commit 014dcac

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/CI.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -13,11 +13,11 @@ jobs:
1313
strategy:
1414
matrix:
1515
# When node version is updated, update the version in the GitHub repository settings (admin access required):
16-
# Branches -> Edit `main` -> Protect matching branches ->
16+
# Branches -> Edit `main` -> Protect matching branches ->
1717
# Require status checks to pass before merging ->
1818
# Search for the new version -> Add them to the list ->
1919
# Remove the old version from the list -> Save changes
20-
node_version: [18]
20+
node_version: [20]
2121
os: [windows-latest, macOS-latest]
2222

2323
steps:

0 commit comments

Comments
 (0)