Skip to content

Commit 4881aad

Browse files
committed
build: update node to avoid strict-engines error caused by npm
Avoids: ``` Lockfile is up to date, resolution step is skipped  ERR_PNPM_UNSUPPORTED_ENGINE  Unsupported environment (bad pnpm and/or Node.js version) Your Node version is incompatible with "[email protected]". Expected version: ^20.17.0 || >=22.9.0 Got: v20.11.1 ``` Note that we won't update the WORKSPACE test version as that would mean we need to update the Node engines for shipped packages; and we can't do this right now without introducing a breaking change.
1 parent e2f606f commit 4881aad

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.nvmrc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
20.11.1
1+
20.17.0

0 commit comments

Comments
 (0)