File tree 1 file changed +3
-3
lines changed
1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change 32
32
- name : Setup pnpm
33
33
uses : pnpm/action-setup@v2
34
34
- name : Setup Node.js
35
- uses : actions/setup-node@b39b52d1213e96004bfcb1c61a8a6fa8ab84f3e8 # v4.0.1
35
+ uses : actions/setup-node@60edb5dd545a775178f52524783378180af0d1f8 # v4.0.2
36
36
with :
37
37
node-version-file : ' .nvmrc'
38
38
cache : ' pnpm'
55
55
- name : Setup pnpm
56
56
uses : pnpm/action-setup@v2
57
57
- name : Setup Node.js
58
- uses : actions/setup-node@b39b52d1213e96004bfcb1c61a8a6fa8ab84f3e8 # v4.0.1
58
+ uses : actions/setup-node@60edb5dd545a775178f52524783378180af0d1f8 # v4.0.2
59
59
with :
60
60
node-version : ${{ matrix.node }}
61
61
cache : ' pnpm'
80
80
- name : Setup pnpm
81
81
uses : pnpm/action-setup@v2
82
82
- name : Setup Node.js
83
- uses : actions/setup-node@b39b52d1213e96004bfcb1c61a8a6fa8ab84f3e8 # v4.0.1
83
+ uses : actions/setup-node@60edb5dd545a775178f52524783378180af0d1f8 # v4.0.2
84
84
with :
85
85
node-version-file : ' .nvmrc'
86
86
cache : ' pnpm'
You can’t perform that action at this time.
0 commit comments