Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

chore: Update CI versions of node and pnpm #538

Merged
merged 2 commits into from
Dec 30, 2023
Merged

chore: Update CI versions of node and pnpm #538

merged 2 commits into from
Dec 30, 2023

Conversation

lachlancollins
Copy link
Member

@lachlancollins lachlancollins commented Dec 30, 2023

Changes

  • Different CI tasks were using different Node versions. This PR makes .nvmrc the single source for setting Node for all CI scripts (and also locally if you use nvm).
  • pnpm has been set to use v8 on CI (it was already using this locally if using corepack).
  • Concurrency rules added from query

Copy link

This pull request is automatically built and testable in CodeSandbox.

To see build info of the built libraries, click here or the icon next to each commit SHA.

@lachlancollins lachlancollins merged commit b7569a8 into TanStack:main Dec 30, 2023
6 checks passed
@lachlancollins lachlancollins deleted the ci-workflow branch December 30, 2023 22:12
lachlancollins added a commit that referenced this pull request Dec 31, 2023
* chore: Update CI versions of node and pnpm (#538)

* Update node and pnpm for CI

* Update concurrency and run conditions

* docs(CONTRIBUTING.md): add instructions for previewing the docs locally (#537)

* chore: Update to Nx v17 (#539)

* Update CI run condition

* Update to Nx v17

* Attempt to fix scripts

* Fully utilise Nx for PR workflow

* chore: Use updated `publish.js` script (#540)

* Initial rename and copy

* Update relevant packages

* Remove ts-node

* Mark root as ESM

* Move getTsupConfig

* Remove eslint-plugin-compat

* Make codesandbox run Node 18

* chore: Add missing command to CI workflow (#541)

* chore: Enable Nx distributed caching (#542)

* chore: Update prettier config (#543)

* Update prettier config

* Run format

* Update gitignore

---------

Co-authored-by: fuko <[email protected]>
crutchcorn added a commit that referenced this pull request Dec 31, 2023
* docs: add initial NextJS RSC code sample

* chore: replace react imports with rehackt imports

#480 (comment)

* chore: initial work to add server action support to React Form

* feat: got initial demo of NextJS server action error to work

* feat: add useTransform and mergeForm APIs

* chore: WIP

* feat: add transform array checking

* fix: issues with canSubmit state issues when using server validation

* fix: remove error when Field component is first ran

* fix: correct failing tests

* chore: fix ci/cd

* chore: fix next server action typings

* chore: fix various issues with templates and CI/CD

* chore: upgrade node version

* chore: change from tsup to manual rollup

* Revert "chore: change from tsup to manual rollup"

This reverts commit 994c85c.

* chore: attempt to fix tsup issues

* Revert "chore: attempt to fix tsup issues"

This reverts commit b9b1f07.

* chore: migrate form-core to use Vite

* chore: migrate Vue package to Vite

* docs: migrate form adapters to vite

* chore: migrate solid and react packages to use vite

* chore: refactor to single config generator

* chore: remove typescript 4.8

* chore: fix issues with test ci

* chore: fix PR CI

* chore: fix clean script

* Merge main into nextjs-server-actions (#545)

* chore: Update CI versions of node and pnpm (#538)

* Update node and pnpm for CI

* Update concurrency and run conditions

* docs(CONTRIBUTING.md): add instructions for previewing the docs locally (#537)

* chore: Update to Nx v17 (#539)

* Update CI run condition

* Update to Nx v17

* Attempt to fix scripts

* Fully utilise Nx for PR workflow

* chore: Use updated `publish.js` script (#540)

* Initial rename and copy

* Update relevant packages

* Remove ts-node

* Mark root as ESM

* Move getTsupConfig

* Remove eslint-plugin-compat

* Make codesandbox run Node 18

* chore: Add missing command to CI workflow (#541)

* chore: Enable Nx distributed caching (#542)

* chore: Update prettier config (#543)

* Update prettier config

* Run format

* Update gitignore

---------

Co-authored-by: fuko <[email protected]>

* Fix lockfile

---------

Co-authored-by: Lachlan Collins <[email protected]>
Co-authored-by: fuko <[email protected]>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant