File tree Expand file tree Collapse file tree 6 files changed +13
-13
lines changed Expand file tree Collapse file tree 6 files changed +13
-13
lines changed Original file line number Diff line number Diff line change 1616 - name : Install Node.js
1717 uses : actions/setup-node@v6
1818 with :
19- node-version : 22
19+ node-version : 24
2020 - id : set-matrix
2121 run : node .github/workflows/list-workspaces.js test:size build:storybook >> $GITHUB_OUTPUT
2222 size :
3636 - name : Install Node.js
3737 uses : actions/setup-node@v6
3838 with :
39- node-version : 22
39+ node-version : 24
4040 cache : ' pnpm'
4141 - name : Check size
4242 uses : andresz1/size-limit-action@master
6565 - name : Install Node.js
6666 uses : actions/setup-node@v6
6767 with :
68- node-version : 22
68+ node-version : 24
6969 cache : ' pnpm'
7070 - name : Check package.json files
7171 run : pnpm --package=@trigen/lint-package-json dlx lint-package-json --monorepo --ignore examples
8686 - name : Install Node.js
8787 uses : actions/setup-node@v6
8888 with :
89- node-version : 22
89+ node-version : 24
9090 cache : ' pnpm'
9191 - name : Install dependencies
9292 run : pnpm install
@@ -105,7 +105,7 @@ jobs:
105105 - name : Install Node.js
106106 uses : actions/setup-node@v6
107107 with :
108- node-version : 22
108+ node-version : 24
109109 cache : ' pnpm'
110110 - name : Install dependencies
111111 run : pnpm install
Original file line number Diff line number Diff line change 1717 - name : Install Node.js
1818 uses : actions/setup-node@v6
1919 with :
20- node-version : 22
20+ node-version : 24
2121 cache : ' pnpm'
2222 - name : Install dependencies
2323 run : pnpm install
Original file line number Diff line number Diff line change 4949 - name : Install Node.js
5050 uses : actions/setup-node@v6
5151 with :
52- node-version : 22
52+ node-version : 24
5353 cache : ' pnpm'
5454 registry-url : ' https://registry.npmjs.org'
5555 - name : Install dependencies
Original file line number Diff line number Diff line change 1818 - name : Install Node.js
1919 uses : actions/setup-node@v6
2020 with :
21- node-version : 22
21+ node-version : 24
2222 - id : set-matrix
2323 run : node .github/workflows/list-workspaces.js test:types lint test:unit >> $GITHUB_OUTPUT
2424 types :
3838 - name : Install Node.js
3939 uses : actions/setup-node@v6
4040 with :
41- node-version : 22
41+ node-version : 24
4242 cache : ' pnpm'
4343 - name : Install dependencies
4444 run : pnpm install
6161 - name : Install Node.js
6262 uses : actions/setup-node@v6
6363 with :
64- node-version : 22
64+ node-version : 24
6565 cache : ' pnpm'
6666 - name : Install dependencies
6767 run : pnpm install
8484 - name : Install Node.js
8585 uses : actions/setup-node@v6
8686 with :
87- node-version : 22
87+ node-version : 24
8888 cache : ' pnpm'
8989 - name : Install dependencies
9090 run : pnpm install
Original file line number Diff line number Diff line change 2727 - name : Install Node.js
2828 uses : actions/setup-node@v6
2929 with :
30- node-version : 22
30+ node-version : 24
3131 cache : ' pnpm'
3232 - name : Install dependencies
3333 run : pnpm install
Original file line number Diff line number Diff line change 11pnpm 10.11.0
2- nodejs 22.4.1
2+ nodejs 24.11.0
You can’t perform that action at this time.
0 commit comments