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:
19
19
steps :
20
20
- uses : actions/checkout@v3
21
21
22
- - name : Use Node.js 16
22
+ - name : Use Node.js 18
23
23
uses : actions/setup-node@v3
24
24
with :
25
- node-version : 16 .x
25
+ node-version : 18 .x
26
26
27
27
- run : npm install
28
28
@@ -47,10 +47,10 @@ jobs:
47
47
- name : Fetch git tags
48
48
run : git fetch --depth=1 origin +refs/tags/*:refs/tags/*
49
49
50
- - name : Use Node.js 16
50
+ - name : Use Node.js 18
51
51
uses : actions/setup-node@v3
52
52
with :
53
- node-version : 16 .x
53
+ node-version : 18 .x
54
54
55
55
- run : npm install
56
56
Original file line number Diff line number Diff line change 12
12
name : Validate PR title
13
13
runs-on : ubuntu-latest
14
14
steps :
15
- - uses : amannn/action-semantic-pull-request@v4
15
+ - uses : amannn/action-semantic-pull-request@v5
16
16
env :
17
17
GITHUB_TOKEN : ${{ secrets.GITHUB_TOKEN }}
You can’t perform that action at this time.
0 commit comments