27
27
needs : one_run
28
28
steps :
29
29
- uses : actions/checkout@v2.3.4
30
- - uses : actions/cache@v2.1.4
30
+ - uses : actions/checkout@v3
31
31
id : cache
32
32
with :
33
+ node-version : ' 16'
33
34
path : node_modules
34
35
key : node_modules-${{ hashFiles('**/package-lock.json') }}
35
36
- run : npm ci
@@ -41,11 +42,11 @@ jobs:
41
42
runs-on : ubuntu-latest
42
43
steps :
43
44
- uses : actions/checkout@v2.3.4
44
- - uses : actions/cache@v2.1.4
45
+ - uses : actions/checkout@v3
45
46
with :
46
47
path : node_modules
47
48
key : node_modules-${{ hashFiles('**/package-lock.json') }}
48
- - uses : actions/cache@v2.1.4
49
+ - uses : actions/checkout@v3
49
50
with :
50
51
path : dist
51
52
key : dist-${{ github.run_id }}
58
59
runs-on : ubuntu-latest
59
60
steps :
60
61
- uses : actions/checkout@v2.3.4
61
- - uses : actions/cache@v2.1.4
62
+ - uses : actions/checkout@v3
62
63
with :
63
64
path : node_modules
64
65
key : node_modules-${{ hashFiles('**/package-lock.json') }}
@@ -75,11 +76,11 @@ jobs:
75
76
ref : ' gh-pages'
76
77
path : ' gh-pages'
77
78
78
- - uses : actions/cache@v2.1.4
79
+ - uses : actions/checkout@v3
79
80
with :
80
81
path : node_modules
81
82
key : node_modules-${{ hashFiles('**/package-lock.json') }}
82
- - uses : actions/cache@v2.1.4
83
+ - uses : actions/checkout@v3
83
84
with :
84
85
path : dist
85
86
key : dist-${{ github.run_id }}
@@ -107,11 +108,11 @@ jobs:
107
108
needs : build
108
109
steps :
109
110
- uses : actions/checkout@v2.3.4
110
- - uses : actions/cache@v2.1.4
111
+ - uses : actions/checkout@v3
111
112
with :
112
113
path : node_modules
113
114
key : node_modules-${{ hashFiles('**/package-lock.json') }}
114
- - uses : actions/cache@v2.1.4
115
+ - uses : actions/checkout@v3
115
116
with :
116
117
path : dist
117
118
key : dist-${{ github.run_id }}
0 commit comments