File tree Expand file tree Collapse file tree 5 files changed +10
-10
lines changed Expand file tree Collapse file tree 5 files changed +10
-10
lines changed Original file line number Diff line number Diff line change 1919 - uses : actions/checkout@v4
2020 - uses : actions/setup-node@v4
2121 with :
22- node-version-file : package.json
22+ node-version : 20
2323 cache : " npm"
2424 - name : Install dependencies
2525 run : npm ci
3333 - uses : actions/checkout@v4
3434 - uses : actions/setup-node@v4
3535 with :
36- node-version-file : package.json
36+ node-version : 20
3737 cache : " npm"
3838 - name : Install dependencies
3939 run : npm ci
4747 - uses : actions/checkout@v4
4848 - uses : actions/setup-node@v4
4949 with :
50- node-version-file : package.json
50+ node-version : 20
5151 cache : " npm"
5252 - name : Install dependencies, build and remove dev dependencies
5353 run : |
Original file line number Diff line number Diff line change 2323 - uses : actions/checkout@v4
2424 - uses : actions/setup-node@v4
2525 with :
26- node-version-file : package.json
26+ node-version : 20
2727 cache : " npm"
2828 - name : Install dependencies
2929 run : npm ci
4545 - uses : actions/checkout@v4
4646 - uses : actions/setup-node@v4
4747 with :
48- node-version-file : package.json
48+ node-version : 20
4949 cache : " npm"
5050 - name : Install dependencies
5151 run : npm ci
7171 - uses : actions/checkout@v4
7272 - uses : actions/setup-node@v4
7373 with :
74- node-version-file : package.json
74+ node-version : 20
7575 cache : " npm"
7676 - name : Install dependencies
7777 run : npm ci
Original file line number Diff line number Diff line change 2222 - uses : actions/checkout@v4
2323 - uses : actions/setup-node@v4
2424 with :
25- node-version-file : package.json
25+ node-version : 20
2626 cache : " npm"
2727 - name : Install dependencies
2828 run : npm ci
Original file line number Diff line number Diff line change 2525 - uses : actions/checkout@v4
2626 - uses : actions/setup-node@v4
2727 with :
28- node-version-file : package.json
28+ node-version : 20
2929 registry-url : " https://registry.npmjs.org"
3030 cache : " npm"
3131 - name : Bump version
Original file line number Diff line number Diff line change 1919 fetch-depth : 0
2020 - uses : actions/setup-node@v4
2121 with :
22- node-version-file : package.json
22+ node-version : 20
2323 registry-url : " https://registry.npmjs.org"
2424 cache : " npm"
2525 - name : Get version
5555 - uses : actions/checkout@v4
5656 - uses : actions/setup-node@v4
5757 with :
58- node-version-file : package.json
58+ node-version : 20
5959 registry-url : " https://registry.npmjs.org"
6060 cache : " npm"
6161 - name : Build package
You can’t perform that action at this time.
0 commit comments