File tree 2 files changed +0
-12
lines changed
2 files changed +0
-12
lines changed Original file line number Diff line number Diff line change 41
41
steps :
42
42
- uses : actions/checkout@0ad4b8fadaa221de15dcec353f45205ec38ea70b
43
43
- uses : pnpm/action-setup@a3252b78c470c02df07e9d59298aecedc3ccdd6d
44
- with :
45
- version : 9
46
44
- uses : actions/setup-node@60edb5dd545a775178f52524783378180af0d1f8
47
45
with :
48
- node-version : lts/*
49
46
cache : pnpm
50
47
- name : Install dependencies
51
48
run : pnpm install
82
79
steps :
83
80
- uses : actions/checkout@0ad4b8fadaa221de15dcec353f45205ec38ea70b
84
81
- uses : pnpm/action-setup@a3252b78c470c02df07e9d59298aecedc3ccdd6d
85
- with :
86
- version : 9
87
82
- uses : actions/setup-node@60edb5dd545a775178f52524783378180af0d1f8
88
83
with :
89
- node-version : lts/*
90
84
cache : pnpm
91
85
# Note: we do not use an external Turbo cache for publishing
92
86
# to prevent against possible cache collision attacks.
Original file line number Diff line number Diff line change 23
23
steps :
24
24
- uses : actions/checkout@0ad4b8fadaa221de15dcec353f45205ec38ea70b
25
25
- uses : pnpm/action-setup@a3252b78c470c02df07e9d59298aecedc3ccdd6d
26
- with :
27
- version : 9
28
26
- uses : actions/setup-node@60edb5dd545a775178f52524783378180af0d1f8
29
27
with :
30
- node-version : lts/*
31
28
cache : pnpm
32
29
- name : Install dependencies
33
30
run : pnpm install
70
67
steps :
71
68
- uses : actions/checkout@0ad4b8fadaa221de15dcec353f45205ec38ea70b
72
69
- uses : pnpm/action-setup@a3252b78c470c02df07e9d59298aecedc3ccdd6d
73
- with :
74
- version : 9
75
70
- uses : actions/setup-node@60edb5dd545a775178f52524783378180af0d1f8
76
71
with :
77
- node-version : lts/*
78
72
cache : pnpm
79
73
- name : Install dependencies
80
74
run : pnpm install
You can’t perform that action at this time.
0 commit comments