File tree Expand file tree Collapse file tree 2 files changed +3
-3
lines changed
Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change 2222 - name : Checkout Repository to Runner Context
2323 uses : actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11 # v4.1.1
2424 - name : Setup Node
25- uses : actions/setup-node@60edb5dd545a775178f52524783378180af0d1f8 # v4.0.2
25+ uses : actions/setup-node@0a44ba7841725637a19e28fa30b79a866c81b0a6 # v4.0.4
2626 with :
2727 node-version : " 20.x"
2828 registry-url : " https://npm.pkg.github.com"
Original file line number Diff line number Diff line change 4444 - name : Checkout Repository to Runner Context
4545 uses : actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11 # v4.1.1
4646 - name : Use Node version ${{ matrix.node-version }}
47- uses : actions/setup-node@60edb5dd545a775178f52524783378180af0d1f8 # v4.0.2
47+ uses : actions/setup-node@0a44ba7841725637a19e28fa30b79a866c81b0a6 # v4.0.4
4848 with :
4949 node-version : ${{ matrix.node-version }}
5050 cache : " yarn"
6767 - name : Checkout Repository to Runner Context
6868 uses : actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11 # v4.1.1
6969 - name : Use Node version ${{ matrix.node-version }}
70- uses : actions/setup-node@60edb5dd545a775178f52524783378180af0d1f8 # v4.0.2
70+ uses : actions/setup-node@0a44ba7841725637a19e28fa30b79a866c81b0a6 # v4.0.4
7171 with :
7272 node-version : ${{ matrix.node-version }}
7373 cache : " yarn"
You can’t perform that action at this time.
0 commit comments