Skip to content

Commit

Permalink
docs(angular): update comment
Browse files Browse the repository at this point in the history
  • Loading branch information
thetaPC committed Jun 3, 2024
1 parent d63912c commit 6844073
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions .github/workflows/CI.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,9 +12,10 @@ jobs:
runs-on: ${{ matrix.os }}
strategy:
matrix:
# When node version is updated, update the version in the GitHub repository settings:
# When node version is updated, update the version in the GitHub repository settings (admin access required):
# Branches -> Edit `main` -> Protect matching branches ->
# Require status checks to pass before merging -> Search for the new version -> Add them to the list ->
# Require status checks to pass before merging ->
# Search for the new version -> Add them to the list ->
# Remove the old version from the list -> Save changes
node_version: [18]
os: [windows-latest, macOS-latest]
Expand Down

0 comments on commit 6844073

Please sign in to comment.