File tree Expand file tree Collapse file tree 2 files changed +6
-2
lines changed
Expand file tree Collapse file tree 2 files changed +6
-2
lines changed Original file line number Diff line number Diff line change 2727 uses : actions/checkout@v3
2828 with :
2929 ref : ${{ needs.check.outputs.commit }}
30+ - name : Set up Node.js
31+ uses : actions/setup-node@v3
32+ with :
33+ node-version : ' 16'
34+ - run : npm install @actions/core
3035 - name : Parse Changelog # Exits if changelog not found
3136 id : changelog
3237 env :
5863 uses : actions/setup-node@v3
5964 with :
6065 node-version : ' 16'
61- registry-url : " https://registry.npmjs.org"
6266 - run : node --version
6367 - name : Install dependencies
6468 run : npm install
Original file line number Diff line number Diff line change 11# UnderScript App Changelog
22
3- ## Version 1.5.1 (2023-03-18)
3+ ## Version 1.5.2 (2023-03-18)
44It's been 3 years since this app has needed an update, but the biggest thing is a bug fix thanks to script kiddies being naughty.
551 . Fixed the ability to login with new captcha
661 . Download new app version automatically and notify when a download has started
You can’t perform that action at this time.
0 commit comments