File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 2121 - uses : actions/checkout@v5
2222 - uses : actions/setup-node@v5
2323 with :
24- node-version : 16 .x
24+ node-version : 20 .x
2525 cache : " npm"
2626 registry-url : " https://npm.pkg.github.com"
2727 - run : npm --no-git-tag-version version 1.0.${{ github.run_number }}
Original file line number Diff line number Diff line change 2020 - uses : actions/checkout@v5
2121 - uses : actions/setup-node@v5
2222 with :
23- node-version : 16 .x
23+ node-version : 20 .x
2424 cache : " npm"
2525 registry-url : " https://npm.pkg.github.com"
2626 - run : npm ci
Original file line number Diff line number Diff line change 7575
7676 - uses : actions/setup-node@v5
7777 with :
78- node-version : 16 .x
78+ node-version : 20 .x
7979 cache : " npm"
8080 registry-url : " https://npm.pkg.github.com"
8181
Original file line number Diff line number Diff line change 3737
3838 - uses : actions/setup-node@v5
3939 with :
40- node-version : " 16 "
40+ node-version : " 20 "
4141
4242 - name : Bump version and push
4343 run : |
You can’t perform that action at this time.
0 commit comments