File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 1919
2020 strategy :
2121 matrix :
22- node : [20 .x] # This should be LTS
22+ node : [22 .x] # This should be LTS
2323
2424 steps :
2525 - name : Checkout code
3333 node-version : ${{ matrix.node }}
3434
3535 - name : Install dependencies
36- run : npm i
36+ run : npm ci
3737
3838 - name : Test
3939 run : npm test
4545 env :
4646 VERSION_BUMP : ${{ inputs.versionBump }}
4747 run : |
48- git config --global user.email "moritz.heusinger @gmail.com"
48+ git config --global user.email "dogafox @gmail.com"
4949 git config --global user.name "Github Action"
5050
5151 npm run release -- ${VERSION_BUMP}
7878 with :
7979 token : ${{ secrets.PR_TOKEN }}
8080 commit-message : ' [OFFICIAL RELEASE] ${{ steps.version.outputs.result }}'
81- committer : foxbot76 <heusinger.moritz @gmail.com>
82- author : foxbot76 <heusinger.moritz @gmail.com>
81+ committer : GermanBluefox <dogafox @gmail.com>
82+ author : GermanBluefox <dogafox @gmail.com>
8383 signoff : false
8484 branch : official-release
8585 delete-branch : true
8888 ${{ steps.extract_release.outputs.BODY }}
8989 labels : |
9090 automated pr 🔧
91- assignees : foxbot76
91+ assignees : GermanBluefox
9292 draft : false
Original file line number Diff line number Diff line change 4444 - run : npm i
4545 - run : npm run build
4646
47- # Runs adapter tests on all supported node versions and OSes
4847 # Runs adapter tests on all supported node versions and OSes
4948 adapter-tests :
5049 if : contains(github.event.head_commit.message, '[skip ci]') == false
8079 env :
8180 GITHUB_TOKEN : ' ${{ secrets.GITHUB_TOKEN }}'
8281 MERGE_LABELS : ' automated pr 🔧'
83- MERGE_FILTER_AUTHOR : ' foxbot76 '
82+ MERGE_FILTER_AUTHOR : ' GermanBluefox '
8483 MERGE_FORKS : ' false'
8584 MERGE_DELETE_BRANCH : ' false'
8685 UPDATE_LABELS : ' automated pr 🔧'
Original file line number Diff line number Diff line change @@ -26,7 +26,7 @@ Executes Javascript, Typescript Scripts.
2626<!--
2727 ### **WORK IN PROGRESS**
2828-->
29- ### 9.0.14 (2025-12-11)
29+ ### ** WORK IN PROGRESS **
3030* (@GermanBluefox ) Added possibility to encrypt scripts with password (only for vendors)
3131
3232### 9.0.11 (2025-07-29)
You can’t perform that action at this time.
0 commit comments