File tree Expand file tree Collapse file tree 5 files changed +8
-8
lines changed Expand file tree Collapse file tree 5 files changed +8
-8
lines changed Original file line number Diff line number Diff line change 2525 - name : Install Node.js
2626 uses : actions/setup-node@v4
2727 with :
28- node-version : 20
28+ node-version : 22
2929 cache : ' pnpm'
3030 - name : Check package.json files
3131 run : pnpm --package=@trigen/lint-package-json dlx lint-package-json --monorepo
Original file line number Diff line number Diff line change 1717 - name : Install Node.js
1818 uses : actions/setup-node@v4
1919 with :
20- node-version : 20
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 6767 - name : Install Node.js
6868 uses : actions/setup-node@v4
6969 with :
70- node-version : 20
70+ node-version : 22
7171 cache : ' pnpm'
7272 registry-url : ' https://registry.npmjs.org'
7373 - name : Install dependencies
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 : 20
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 :
3838 - name : Install Node.js
3939 uses : actions/setup-node@v4
4040 with :
41- node-version : 20
41+ node-version : 22
4242 cache : ' pnpm'
4343 - name : Install dependencies
4444 run : pnpm install
6161 - name : Install Node.js
6262 uses : actions/setup-node@v4
6363 with :
64- node-version : 20
64+ node-version : 22
6565 cache : ' pnpm'
6666 - name : Install dependencies
6767 run : pnpm install
8484 - name : Install Node.js
8585 uses : actions/setup-node@v4
8686 with :
87- node-version : 20
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 11pnpm 10.11.0
2- nodejs 22.4.1
2+ nodejs 22.19.0
You can’t perform that action at this time.
0 commit comments