This repository was archived by the owner on May 15, 2022. It is now read-only.
File tree Expand file tree Collapse file tree 3 files changed +4
-4
lines changed
Expand file tree Collapse file tree 3 files changed +4
-4
lines changed Original file line number Diff line number Diff line change 1010 runs-on : ubuntu-latest
1111 steps :
1212 - uses : actions/checkout@2541b1294d2704b0964813337f33b291d3f8596b # tag=v3
13- - uses : actions/setup-node@9ced9a43a244f3ac94f13bfd896db8c8f30da67a # tag=v3
13+ - uses : actions/setup-node@56337c425554a6be30cdef71bf441f15be286854 # tag=v3
1414 - run : yarn install
1515 - run : yarn docs
1616 - name : Publish Docs
Original file line number Diff line number Diff line change 77 runs-on : ubuntu-latest
88 steps :
99 - uses : actions/checkout@2541b1294d2704b0964813337f33b291d3f8596b # tag=v3
10- - uses : actions/setup-node@9ced9a43a244f3ac94f13bfd896db8c8f30da67a # tag=v3
10+ - uses : actions/setup-node@56337c425554a6be30cdef71bf441f15be286854 # tag=v3
1111 with :
1212 node-version : 16
1313 registry-url : https://registry.npmjs.org/
Original file line number Diff line number Diff line change 99 uses : actions/checkout@2541b1294d2704b0964813337f33b291d3f8596b # tag=v3
1010
1111 - name : Install Node v16
12- uses : actions/setup-node@9ced9a43a244f3ac94f13bfd896db8c8f30da67a # tag=v3
12+ uses : actions/setup-node@56337c425554a6be30cdef71bf441f15be286854 # tag=v3
1313 with :
1414 node-version : 16
1515
2727 uses : actions/checkout@2541b1294d2704b0964813337f33b291d3f8596b # tag=v3
2828
2929 - name : Install Node v16
30- uses : actions/setup-node@9ced9a43a244f3ac94f13bfd896db8c8f30da67a # tag=v3
30+ uses : actions/setup-node@56337c425554a6be30cdef71bf441f15be286854 # tag=v3
3131 with :
3232 node-version : 16
3333
You can’t perform that action at this time.
0 commit comments