We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1da3d21 commit 014dcacCopy full SHA for 014dcac
.github/workflows/CI.yml
@@ -13,11 +13,11 @@ jobs:
13
strategy:
14
matrix:
15
# When node version is updated, update the version in the GitHub repository settings (admin access required):
16
- # Branches -> Edit `main` -> Protect matching branches ->
+ # Branches -> Edit `main` -> Protect matching branches ->
17
# Require status checks to pass before merging ->
18
# Search for the new version -> Add them to the list ->
19
# Remove the old version from the list -> Save changes
20
- node_version: [18]
+ node_version: [20]
21
os: [windows-latest, macOS-latest]
22
23
steps:
0 commit comments