File tree Expand file tree Collapse file tree 6 files changed +10
-5
lines changed
Expand file tree Collapse file tree 6 files changed +10
-5
lines changed Original file line number Diff line number Diff line change 1+ ---
2+ " git-contributor-stats " : minor
3+ ---
4+
5+ chore: update node compatibility to minimum 20
Original file line number Diff line number Diff line change 1717 - name : Setup Node.js
1818 uses : actions/setup-node@v4
1919 with :
20- node-version : 18
20+ node-version : 20
2121 cache : ' npm'
2222
2323 - name : Install Dependencies
Original file line number Diff line number Diff line change 2626 - name : Setup Node.js
2727 uses : actions/setup-node@v4
2828 with :
29- node-version : 18
29+ node-version : 20
3030 cache : ' npm'
3131 registry-url : ' https://registry.npmjs.org'
3232
Original file line number Diff line number Diff line change 1- 18
1+ 20.19.0
22
Original file line number Diff line number Diff line change 113113 "vitest" : " 3.2.4"
114114 },
115115 "engines" : {
116- "node" : " >=18.0 .0"
116+ "node" : " >=20.19 .0"
117117 },
118118 "publishConfig" : {
119119 "registry" : " https://registry.npmjs.org/"
Original file line number Diff line number Diff line change 2121 - uses: actions/checkout@v4
2222 - uses: actions/setup-node@v4
2323 with:
24- node-version: '18 '
24+ node-version: '20 '
2525 - name: Install deps
2626 run: npm ci || npm i
2727 - name: Run report
You can’t perform that action at this time.
0 commit comments