File tree Expand file tree Collapse file tree 3 files changed +6
-6
lines changed
Expand file tree Collapse file tree 3 files changed +6
-6
lines changed Original file line number Diff line number Diff line change 99 steps :
1010 - name : Checkout 🛎️
1111 uses : actions/checkout@v3
12- - uses : actions/setup-node@v2
12+ - uses : actions/setup-node@v4
1313 with :
14- node-version : ' 16 '
14+ node-version : 20
1515 - name : Install and Build 🔧
1616 run : |
1717 npm i
Original file line number Diff line number Diff line change 88 with :
99 fetch-depth : 0
1010 ref : master
11- - uses : actions/setup-node@v2
11+ - uses : actions/setup-node@v4
1212 with :
13- node-version : ' 16 '
13+ node-version : 20
1414 - run : npm ci
1515 - run : |
1616 git config --global user.email "github-actions[bot]@users.noreply.github.com"
Original file line number Diff line number Diff line change 1313 with :
1414 fetch-depth : 0
1515 ref : master
16- - uses : actions/setup-node@v2
16+ - uses : actions/setup-node@v4
1717 with :
18- node-version : ' 16 '
18+ node-version : 20
1919 - run : npm ci
2020 - run : npx shipjs trigger
2121 env :
You can’t perform that action at this time.
0 commit comments