File tree Expand file tree Collapse file tree 1 file changed +5
-5
lines changed
Expand file tree Collapse file tree 1 file changed +5
-5
lines changed Original file line number Diff line number Diff line change @@ -24,14 +24,14 @@ jobs:
2424 run : |
2525 git config --local user.email "41898282+github-actions[bot]@users.noreply.github.com"
2626 git config --local user.name "github-actions[bot]"
27- - uses : actions/setup-node@v2
27+ - uses : actions/setup-node@v3
2828 with :
29- node-version : ^16.20.2
29+ node-version : 18.19.1
3030 cache : ' npm'
3131
32- - name : Install npm@8.19 .4
32+ - name : Install npm@10.2 .4
3333 run : |
34- npm install -g npm@8.19 .4
34+ npm install -g npm@10.2 .4
3535 - name : Install Dependencies
3636 run : |
3737 npm -v
4343 git commit --no-allow-empty -m "chore: update electron" || true
4444 - name : Create Pull Request
4545 id : cpr
46- uses : peter-evans/create-pull-request@v4
46+ uses : peter-evans/create-pull-request@v6
4747 with :
4848 token : ${{ secrets.SVC_DEVTOOLSBOT_TOKEN }}
4949 commit-message : ' chore: update electron'
You can’t perform that action at this time.
0 commit comments