This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Commit d5c666b
1 parent 5eb9eb4 commit d5c666b Copy full SHA for d5c666b
File tree 2 files changed +2
-2
lines changed
2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change 22
22
with :
23
23
persist-credentials : false
24
24
- name : Setup Node.js
25
- uses : actions/setup-node@39370e3970a6d050c480ffad4ff0ed4d3fdee5af # v4.1 .0
25
+ uses : actions/setup-node@1d0ff469b7ec7b3cb9d8673fde0c81c44821de2a # v4.2 .0
26
26
with :
27
27
node-version : 20.x
28
28
cache : ' yarn'
Original file line number Diff line number Diff line change 51
51
- name : Checkout
52
52
uses : actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2
53
53
- name : Setup Node.js
54
- uses : actions/setup-node@39370e3970a6d050c480ffad4ff0ed4d3fdee5af # v4.1 .0
54
+ uses : actions/setup-node@1d0ff469b7ec7b3cb9d8673fde0c81c44821de2a # v4.2 .0
55
55
with :
56
56
node-version : " ${{ matrix.node-version }}"
57
57
cache : ' yarn'
You can’t perform that action at this time.
0 commit comments