File tree Expand file tree Collapse file tree 5 files changed +35
-35
lines changed Expand file tree Collapse file tree 5 files changed +35
-35
lines changed Original file line number Diff line number Diff line change 1515 - name : Install Node.js
1616 uses : actions/setup-node@v4
1717 with :
18- node-version : 18
18+ node-version : 22
1919 - id : set-matrix
2020 run : node .github/workflows/list-workspaces.js test:size >> $GITHUB_OUTPUT
2121 size :
@@ -31,11 +31,11 @@ jobs:
3131 - name : Install pnpm
3232 uses : pnpm/action-setup@v2
3333 with :
34- version : 9
34+ version : 10
3535 - name : Install Node.js
3636 uses : actions/setup-node@v4
3737 with :
38- node-version : 18
38+ node-version : 22
3939 cache : ' pnpm'
4040 - name : Check size
4141 uses : andresz1/size-limit-action@master
@@ -60,11 +60,11 @@ jobs:
6060 - name : Install pnpm
6161 uses : pnpm/action-setup@v2
6262 with :
63- version : 9
63+ version : 10
6464 - name : Install Node.js
6565 uses : actions/setup-node@v4
6666 with :
67- node-version : 18
67+ node-version : 22
6868 cache : ' pnpm'
6969 - name : Check package.json files
7070 run : pnpm --package=@trigen/lint-package-json dlx lint-package-json --monorepo --ignore examples
Original file line number Diff line number Diff line change @@ -13,11 +13,11 @@ jobs:
1313 - name : Install pnpm
1414 uses : pnpm/action-setup@v2
1515 with :
16- version : 9
16+ version : 10
1717 - name : Install Node.js
1818 uses : actions/setup-node@v4
1919 with :
20- node-version : 18
20+ node-version : 22
2121 cache : ' pnpm'
2222 - name : Install dependencies
2323 run : pnpm install
Original file line number Diff line number Diff line change 1818 - name : Install Node.js
1919 uses : actions/setup-node@v4
2020 with :
21- node-version : 18
21+ node-version : 22
2222 - id : set-matrix
2323 run : node .github/workflows/list-workspaces.js test:types lint test:unit >> $GITHUB_OUTPUT
2424 types :
@@ -34,11 +34,11 @@ jobs:
3434 - name : Install pnpm
3535 uses : pnpm/action-setup@v2
3636 with :
37- version : 9
37+ version : 10
3838 - name : Install Node.js
3939 uses : actions/setup-node@v4
4040 with :
41- node-version : 18
41+ node-version : 22
4242 cache : ' pnpm'
4343 - name : Install dependencies
4444 run : pnpm install
@@ -57,11 +57,11 @@ jobs:
5757 - name : Install pnpm
5858 uses : pnpm/action-setup@v2
5959 with :
60- version : 9
60+ version : 10
6161 - name : Install Node.js
6262 uses : actions/setup-node@v4
6363 with :
64- node-version : 18
64+ node-version : 22
6565 cache : ' pnpm'
6666 - name : Install dependencies
6767 run : pnpm install
@@ -80,11 +80,11 @@ jobs:
8080 - name : Install pnpm
8181 uses : pnpm/action-setup@v2
8282 with :
83- version : 9
83+ version : 10
8484 - name : Install Node.js
8585 uses : actions/setup-node@v4
8686 with :
87- node-version : 18
87+ node-version : 22
8888 cache : ' pnpm'
8989 - name : Install dependencies
9090 run : pnpm install
Original file line number Diff line number Diff line change 1+ pnpm 10.11.0
12nodejs 22.4.1
2- pnpm 9.9.0
You can’t perform that action at this time.
0 commit comments