File tree Expand file tree Collapse file tree 3 files changed +4
-5
lines changed Expand file tree Collapse file tree 3 files changed +4
-5
lines changed Original file line number Diff line number Diff line change 1616 - name : Set up Node.js
1717 uses : actions/setup-node@v4
1818 with :
19- node-version-file : .nvmrc
19+ node-version-file : .tool-versions
2020 cache : npm
2121 - name : Install dependencies
2222 run : npm ci
3131 - name : Set up Node.js
3232 uses : actions/setup-node@v4
3333 with :
34- node-version-file : .nvmrc
34+ node-version-file : .tool-versions
3535 cache : npm
3636 - name : Install dependencies
3737 run : npm ci
5353 - name : Set up Node.js
5454 uses : actions/setup-node@v4
5555 with :
56- node-version-file : .nvmrc
56+ node-version-file : .tool-versions
5757 cache : npm
5858 - name : Install dependencies
5959 run : npm ci
Load Diff This file was deleted.
Original file line number Diff line number Diff line change 1- nodejs 20.11 .0
1+ nodejs 22.12 .0
You can’t perform that action at this time.
0 commit comments