cursorless/.nvmrc
Pokey Rule 957caeeb59
Fix Windows CI by pinning node version (#2297)
Windows CI started failing due to a node.js regression. We should really
be pinning node, like we pin pnpm and all our pnpm dependencies. The
only things we don't want to pin are OS version and vscode version

This PR pins node and adds some debug output for the future

## Checklist

- [x] Pin node using technique removed from #2217
- [x] Double-check pnpm pinning
- [x] Keep some of the print statements here
- [x] Remove code that slices args
- [ ] Add checklist somewhere of versions to check when this kind of
thing happens
  - [ ] node version (note this will be pinned)
  - [ ] OS version
  - [ ] vscode version
- [-] I have added
[tests](https://www.cursorless.org/docs/contributing/test-case-recorder/)
- [-] I have updated the
[docs](https://github.com/cursorless-dev/cursorless/tree/main/docs) and
[cheatsheet](https://github.com/cursorless-dev/cursorless/tree/main/cursorless-talon/src/cheatsheet)
- [-] I have not broken the cheatsheet
2024-04-18 19:16:43 +00:00

2 lines
9 B
Plaintext