File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 2222 - name : Setup Node.js
2323 uses : actions/setup-node@v4
2424 with :
25- node-version : " 22 "
25+ node-version : " 18.17.0 "
2626
2727 - name : Setup pnpm
2828 uses : pnpm/action-setup@v2
5959 - name : Setup Node.js
6060 uses : actions/setup-node@v4
6161 with :
62- node-version : " 22 "
62+ node-version : " 18.17.0 "
6363
6464 - name : Setup pnpm
6565 uses : pnpm/action-setup@v2
9696 - name : Setup Node.js
9797 uses : actions/setup-node@v4
9898 with :
99- node-version : " 22 "
99+ node-version : " 18.17.0 "
100100
101101 - name : Setup pnpm
102102 uses : pnpm/action-setup@v2
@@ -134,7 +134,7 @@ jobs:
134134 - name : Setup Node.js
135135 uses : actions/setup-node@v4
136136 with :
137- node-version : " 22 "
137+ node-version : " 18.17.0 "
138138
139139 - name : Setup pnpm
140140 uses : pnpm/action-setup@v2
Original file line number Diff line number Diff line change 2525 - name : Setup Node.js
2626 uses : actions/setup-node@v4
2727 with :
28- node-version : " 22 "
28+ node-version : " 18.17.0 "
2929 registry-url : " https://registry.npmjs.org"
3030
3131 - name : Setup pnpm
Original file line number Diff line number Diff line change 1- 22
1+ 16
Original file line number Diff line number Diff line change 2222 "email" : " david@draphy.org"
2323 },
2424 "engines" : {
25- "node" : " >=22 .0.0"
25+ "node" : " >=16 .0.0"
2626 },
2727 "devDependencies" : {
2828 "@biomejs/biome" : " ^1.9.4" ,
Original file line number Diff line number Diff line change 1313 "bugs" : {
1414 "url" : " https://github.com/draphy/pushforge/issues"
1515 },
16+ "engines" : {
17+ "node" : " >=16.0.0"
18+ },
1619 "repository" : {
1720 "type" : " git" ,
1821 "url" : " https://github.com/draphy/pushforge"
You can’t perform that action at this time.
0 commit comments