You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
…#3773)
This PR makes the following changes:
- `test.yml` - set `NODE_VERSION_MAIN` and `NODE_VERSION_EXT_STORAGE` to
22 (used by verify-build, lint-and-sync , and e2e-external-storage-tests
jobs)
- `publish-master.yml` - node-version to 22
- `publish-tag.yml` - node-version to 22
- `Dockerfile` and `Dockerfile.dev` - NODE_VERSION to 22
- scripts `config.ts` - DEFAULT_NODE_VERSION to 22
- teraslice-cli `asset-src.ts` - bundleTarget defaults to node22
ref: #3771
Node 22 has been tested for quite some time, but now we want to set it as the default.
Places where there is a default node version:
test.yml
- used byverify-build
,lint-and-sync
,and e2e-external-storage-tests
jobspublish-master.yml
publish-tag.yml
Dockerfile
andDockerfile.dev
config.ts
asset-src.ts
@types/node
should be moved to 22, but the node engines setting should stay at 18The text was updated successfully, but these errors were encountered: