Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion .nvmrc
Original file line number Diff line number Diff line change
@@ -1 +1 @@
v20.16.0
v22.17.0
4 changes: 2 additions & 2 deletions .semaphore/semaphore.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ blocks:
prologue:
commands:
- checkout
- sem-version node 20.16.0
- sem-version node 22.17.0
- node --version
- yarn --version
jobs:
Expand All @@ -39,7 +39,7 @@ blocks:
prologue:
commands:
- checkout
- sem-version node 20.16.0
- sem-version node 22.17.0
- node --version
- yarn --version
- sudo apt-get -y install jq
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@

Or

* Node.js v20.16.0+ (v20.16.0 recommended). Use the outstanding [nvm tool](https://github.com/nvm-sh/nvm) to manage your node versions.
* Node.js v22.17.0+. Use the outstanding [nvm tool](https://github.com/nvm-sh/nvm) to manage your node versions. Run `nvm use` or `nvm install` to use the correct node version.

Check failure on line 19 in README.md

View workflow job for this annotation

GitHub Actions / runner / vale

[vale] reported by reviewdog 🐶 [Vale.Spelling] Did you really mean 'nvm'? Raw Output: {"message": "[Vale.Spelling] Did you really mean 'nvm'?", "location": {"path": "README.md", "range": {"start": {"line": 19, "column": 43}}}, "severity": "ERROR"}
* yarn `npm install -g yarn`
* Fork and clone our docs repo <https://github.com/tigera/docs>

Expand Down
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -69,7 +69,7 @@
"playwright": "1.47.2",
"sass": "^1.54.2",
"ts-jest": "^29.1.0",
"typescript": "~5.2.2",
"typescript": "^5.8.3",
"yaml": "^2.2.2"
},
"jest-junit": {
Expand All @@ -89,7 +89,7 @@
]
},
"engines": {
"node": ">=20.0"
"node": ">=22.17.0"
},
"packageManager": "yarn@1.22.22"
}
8 changes: 4 additions & 4 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -15318,10 +15318,10 @@ typedarray-to-buffer@^3.1.5:
dependencies:
is-typedarray "^1.0.0"

typescript@~5.2.2:
version "5.2.2"
resolved "https://registry.yarnpkg.com/typescript/-/typescript-5.2.2.tgz#5ebb5e5a5b75f085f22bc3f8460fba308310fa78"
integrity sha512-mI4WrpHsbCIcwT9cF4FZvr80QUeKvsUsUvKDoR+X/7XHQH98xYD8YHZg7ANtz2GtZt/CBq2QJ0thkGJMHfqc1w==
typescript@^5.8.3:
version "5.8.3"
resolved "https://registry.yarnpkg.com/typescript/-/typescript-5.8.3.tgz#92f8a3e5e3cf497356f4178c34cd65a7f5e8440e"
integrity sha512-p1diW6TqL9L07nNxvRMM7hMMw4c5XOo/1ibL4aAIGmSAt9slTE1Xgw5KWuof2uTOvCg9BY7ZRi+GaF+7sfgPeQ==

unicode-canonical-property-names-ecmascript@^2.0.0:
version "2.0.0"
Expand Down