File tree 2 files changed +8
-15
lines changed
2 files changed +8
-15
lines changed Original file line number Diff line number Diff line change 11
11
permissions : read-all
12
12
jobs :
13
13
ci :
14
- runs-on : ubuntu-20 .04
14
+ runs-on : ubuntu-24 .04
15
15
steps :
16
- - name : checkout
17
- uses : actions/checkout@v3
16
+ - uses : actions/checkout@v4
18
17
19
- - name : Setup Go
20
- if : success()
21
- uses : actions/setup-go@v3
18
+ - uses : actions/setup-go@v5
22
19
with :
23
20
go-version : 1.17.13
24
21
25
- - name : Setup Node
26
- if : success()
27
- uses : actions/setup-node@v3
22
+ - uses : actions/setup-node@v4
28
23
with :
29
- node-version : 16
24
+ node-version-file : .nvmrc
30
25
31
- - name : Cache
32
- uses : actions/cache@v3
26
+ - uses : actions/cache@v4
33
27
with :
34
28
path : |
35
29
~/.tmp
38
32
restore-keys : |
39
33
${{ runner.os }}-protobuf-ts-ci-
40
34
41
- - name : Run make
42
- run : make
35
+ - run : make
Original file line number Diff line number Diff line change @@ -6,7 +6,7 @@ default: npm-install lerna-bootstrap lerna-make
6
6
7
7
# installs lerna
8
8
npm-install :
9
- npm i
9
+ npm ci
10
10
11
11
# link packages and install their dependencies
12
12
lerna-bootstrap :
You can’t perform that action at this time.
0 commit comments