File tree Expand file tree Collapse file tree 4 files changed +8
-9
lines changed Expand file tree Collapse file tree 4 files changed +8
-9
lines changed Original file line number Diff line number Diff line change 2424 - name : Setup Node.js
2525 uses : actions/setup-node@v4
2626 with :
27- node-version : " 22"
28- registry-url : " https://registry.npmjs.org"
27+ node-version-file : .nvmrc
2928 cache : " yarn"
3029
3130 - name : install
5554 - name : Setup Node.js
5655 uses : actions/setup-node@v4
5756 with :
58- node-version : " 22"
59- registry-url : " https://registry.npmjs.org"
57+ node-version-file : .nvmrc
6058 cache : " yarn"
6159
6260 - name : install
Original file line number Diff line number Diff line change 3434 with :
3535 version : nightly
3636
37- - uses : actions/setup-node@v3
37+ - uses : actions/setup-node@v4
3838 with :
39- node-version : 20
39+ node-version-file : .nvmrc
4040 cache : " yarn"
4141
4242 - name : Install dependencies
Original file line number Diff line number Diff line change 2626 uses : actions/checkout@v3
2727
2828 - name : Setup Node.js
29- uses : actions/setup-node@v3
29+ uses : actions/setup-node@v4
3030 with :
31- node-version : " 20"
32- registry-url : " https://registry.npmjs.org"
31+ node-version-file : .nvmrc
3332 cache : " yarn"
3433
3534 - name : Package size report
Original file line number Diff line number Diff line change 1+ # https://vercel.com/docs/functions/runtimes/node-js/node-js-versions
2+ 20
You can’t perform that action at this time.
0 commit comments