File tree Expand file tree Collapse file tree 3 files changed +4
-4
lines changed Expand file tree Collapse file tree 3 files changed +4
-4
lines changed Original file line number Diff line number Diff line change 1818 - name : Set up the Node.JS Runtime
1919 uses : actions/setup-node@v4
2020 with :
21- node-version : 18
21+ node-version : 20
2222
2323 - name : Clean Install Dependencies
2424 run : npm ci
Original file line number Diff line number Diff line change 1818 - name : Setup Node.JS Runtime
1919 uses : actions/setup-node@v4
2020 with :
21- node-version : 18
21+ node-version : 20
2222
2323 - name : Install All Dependencies
2424 run : npm ci
4646 - name : Set up Node.JS Runtime
4747 uses : actions/setup-node@v4
4848 with :
49- node-version : 18
49+ node-version : 20
5050 registry-url : https://registry.npmjs.org/
5151 scope : moot
5252
Original file line number Diff line number Diff line change 1818 - name : Set up the Node.JS Runtime
1919 uses : actions/setup-node@v4
2020 with :
21- node-version : 18
21+ node-version : 20
2222
2323 - name : Clean Install Dependencies
2424 run : npm ci
You can’t perform that action at this time.
0 commit comments