File tree Expand file tree Collapse file tree 4 files changed +12661
-13
lines changed Expand file tree Collapse file tree 4 files changed +12661
-13
lines changed Original file line number Diff line number Diff line change 1313 runs-on : ubuntu-latest
1414 steps :
1515 - name : Checkout
16- uses : actions/checkout@v2
16+ uses : actions/checkout@v3
1717 - name : Java JDK 16 (adopt)
18- uses : actions/setup-java@v2
18+ uses : actions/setup-java@v3
1919 with :
2020 java-version : " 16"
2121 distribution : " adopt"
3535 if : github.ref == 'refs/heads/master'
3636 steps :
3737 - name : Checkout
38- uses : actions/checkout@v2
38+ uses : actions/checkout@v3
3939 with :
4040 fetch-depth : 0
4141 persist-credentials : false
@@ -46,14 +46,17 @@ jobs:
4646 - run : |
4747 unzip -o target.zip
4848 rm target.zip
49- - uses : actions/setup-java@v2
49+ - uses : actions/setup-java@v3
5050 with :
5151 java-version : " 16"
5252 distribution : " adopt"
5353 - name : Setup NodeJS LTS
54- uses : actions/setup-node@v2
54+ uses : actions/setup-node@v3
55+ with :
56+ node-version : lts/*
57+ check-latest : true
5558 - name : Install dependencies
56- run : npm prune && npm i
59+ run : npm ci
5760 - name : Release
5861 env :
5962 GITHUB_TOKEN : ${{ secrets.GH_TOKEN }}
Original file line number Diff line number Diff line change @@ -36,4 +36,3 @@ settings.xml
3636.settings
3737.sts4-cache
3838node_modules
39- package-lock.json
You can’t perform that action at this time.
0 commit comments