File tree Expand file tree Collapse file tree 3 files changed +6
-6
lines changed Expand file tree Collapse file tree 3 files changed +6
-6
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@v2
21
21
22
- - name : Use Node.js 16
22
+ - name : Use Node.js 18
23
23
uses : actions/setup-node@v1
24
24
with :
25
- node-version : 16 .x
25
+ node-version : 18 .x
26
26
27
27
- run : npm install
28
28
@@ -45,10 +45,10 @@ jobs:
45
45
- name : Fetch git tags
46
46
run : git fetch --depth=1 origin +refs/tags/*:refs/tags/*
47
47
48
- - name : Use Node.js 16
48
+ - name : Use Node.js 18
49
49
uses : actions/setup-node@v1
50
50
with :
51
- node-version : 16 .x
51
+ node-version : 18 .x
52
52
53
53
- run : npm install
54
54
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 }}
Original file line number Diff line number Diff line change 55
55
},
56
56
"devDependencies" : {
57
57
"@types/jest" : " ^26.0.24" ,
58
- "@types/node" : " ^16.11.32 " ,
58
+ "@types/node" : " ^18. 16.19 " ,
59
59
"@vertigis/workflow" : " ^5.33.1" ,
60
60
"conventional-changelog-conventionalcommits" : " ^4.5.0" ,
61
61
"cross-env" : " ^7.0.3" ,
You can’t perform that action at this time.
0 commit comments