Commit 7bd1876 1 parent 9cf565e commit 7bd1876 Copy full SHA for 7bd1876
File tree 2 files changed +7
-5
lines changed
2 files changed +7
-5
lines changed Original file line number Diff line number Diff line change 1
1
language : go
2
2
3
- dist : bionic
3
+ dist : jammy
4
4
5
5
go :
6
6
- 1.18.x
16
16
17
17
before_install :
18
18
- sudo apt-get update
19
- - pyenv global 3.8
19
+ - python -V
20
20
21
21
install :
22
22
- curl -sfL https://raw.githubusercontent.com/golangci/golangci-lint/master/install.sh| sh -s -- -b $(go env GOPATH)/bin v1.51.2
@@ -26,7 +26,9 @@ script:
26
26
- make travis-ci
27
27
28
28
before_deploy :
29
- - nvm install 14
29
+ - nvm install 18
30
+ - node --version
31
+ - npm --version
30
32
- npm install
31
33
- pip install --user bump2version
32
34
Original file line number Diff line number Diff line change 4
4
"description" : " This package.json is being used to manage semantic-release and its dependencies" ,
5
5
"license" : " Apache-2.0" ,
6
6
"devDependencies" : {
7
- "semantic-release" : " 19 .0.5 " ,
8
- "@semantic-release/changelog" : " 6.0.2 " ,
7
+ "semantic-release" : " 21 .0.7 " ,
8
+ "@semantic-release/changelog" : " 6.0.3 " ,
9
9
"@semantic-release/exec" : " 6.0.3" ,
10
10
"@semantic-release/git" : " 10.0.1"
11
11
},
You can’t perform that action at this time.
0 commit comments