File tree Expand file tree Collapse file tree 2 files changed +5
-5
lines changed
Expand file tree Collapse file tree 2 files changed +5
-5
lines changed Original file line number Diff line number Diff line change @@ -19,10 +19,10 @@ jobs:
1919 steps :
2020 - uses : actions/checkout@v3
2121
22- - name : Use Node.js 16
22+ - name : Use Node.js 18
2323 uses : actions/setup-node@v3
2424 with :
25- node-version : 16 .x
25+ node-version : 18 .x
2626
2727 - run : npm install
2828
@@ -49,10 +49,10 @@ jobs:
4949 - name : Fetch git tags
5050 run : git fetch --depth=1 origin +refs/tags/*:refs/tags/*
5151
52- - name : Use Node.js 16
52+ - name : Use Node.js 18
5353 uses : actions/setup-node@v3
5454 with :
55- node-version : 16 .x
55+ node-version : 18 .x
5656
5757 - run : npm install
5858
Original file line number Diff line number Diff line change 1212 name : Validate PR title
1313 runs-on : ubuntu-latest
1414 steps :
15- - uses : amannn/action-semantic-pull-request@v4
15+ - uses : amannn/action-semantic-pull-request@v5
1616 env :
1717 GITHUB_TOKEN : ${{ secrets.GITHUB_TOKEN }}
You can’t perform that action at this time.
0 commit comments