-
-
Notifications
You must be signed in to change notification settings - Fork 8.7k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
chore: CI upgrade to Node 22 + TS 5.5 (#10119)
- Loading branch information
Showing
15 changed files
with
32 additions
and
33 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -11,6 +11,7 @@ on: | |
- jest.config.mjs | ||
- packages/** | ||
- tsconfig.*.json | ||
- .github/workflows/tests-windows.yml | ||
|
||
concurrency: | ||
group: ${{ github.workflow }}-${{ github.head_ref || github.run_id }} | ||
|
@@ -26,7 +27,7 @@ jobs: | |
runs-on: windows-latest | ||
strategy: | ||
matrix: | ||
node: ['18.0', '18', '20'] | ||
node: ['18.0', '20', '22'] | ||
steps: | ||
- name: Support longpaths | ||
run: git config --system core.longpaths true | ||
|
@@ -57,9 +58,9 @@ jobs: | |
run: yarn workspace website typecheck | ||
- name: TypeCheck website - min version - v5.1 | ||
run: | | ||
yarn workspace website add [email protected] --exact | ||
yarn add [email protected] --exact -D -W | ||
yarn workspace website typecheck | ||
- name: TypeCheck website - max version - Latest | ||
run: | | ||
yarn workspace website add typescript@latest --exact | ||
yarn add typescript@latest --exact -D -W | ||
yarn workspace website typecheck |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -11,6 +11,7 @@ on: | |
- jest.config.mjs | ||
- packages/** | ||
- tsconfig.*.json | ||
- .github/workflows/tests.yml | ||
|
||
concurrency: | ||
group: ${{ github.workflow }}-${{ github.head_ref || github.run_id }} | ||
|
@@ -26,7 +27,7 @@ jobs: | |
runs-on: ubuntu-latest | ||
strategy: | ||
matrix: | ||
node: ['18.0', '18', '20'] | ||
node: ['18.0', '20', '22'] | ||
steps: | ||
- name: Checkout | ||
uses: actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11 # v4.1.1 | ||
|
@@ -48,9 +49,9 @@ jobs: | |
run: yarn workspace website typecheck | ||
- name: TypeCheck website - min version - v5.1 | ||
run: | | ||
yarn workspace website add [email protected] --exact | ||
yarn add [email protected] --exact -D -W | ||
yarn workspace website typecheck | ||
- name: TypeCheck website - max version - Latest | ||
run: | | ||
yarn workspace website add typescript@latest --exact | ||
yarn add typescript@latest --exact -D -W | ||
yarn workspace website typecheck |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters