File tree Expand file tree Collapse file tree 2 files changed +4
-4
lines changed
Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Original file line number Diff line number Diff line change 3737 runs-on : ubuntu-latest
3838 steps :
3939 - uses : actions/checkout@755da8c3cf115ac066823e79a1e1788f8940201b # v3
40- - uses : actions/setup-node@8c91899e586c5b171469028077307d293428b516 # v3
40+ - uses : actions/setup-node@64ed1c7eab4cce3362f8c340dee64e5eaeef8f7c # v3
4141 with :
4242 cache : npm
4343 node-version : lts/*
6767 git config --global core.autocrlf false
6868 git config --global core.eol lf
6969 - uses : actions/checkout@755da8c3cf115ac066823e79a1e1788f8940201b # v3
70- - uses : actions/setup-node@8c91899e586c5b171469028077307d293428b516 # v3
70+ - uses : actions/setup-node@64ed1c7eab4cce3362f8c340dee64e5eaeef8f7c # v3
7171 with :
7272 cache : npm
7373 node-version : ${{ matrix.node }}
8686 # Need to fetch entire commit history to
8787 # analyze every commit since last release
8888 fetch-depth : 0
89- - uses : actions/setup-node@8c91899e586c5b171469028077307d293428b516 # v3
89+ - uses : actions/setup-node@64ed1c7eab4cce3362f8c340dee64e5eaeef8f7c # v3
9090 with :
9191 cache : npm
9292 node-version : lts/*
Original file line number Diff line number Diff line change 1616 runs-on : ubuntu-latest
1717 steps :
1818 - uses : actions/checkout@755da8c3cf115ac066823e79a1e1788f8940201b # v3
19- - uses : actions/setup-node@8c91899e586c5b171469028077307d293428b516 # v3
19+ - uses : actions/setup-node@64ed1c7eab4cce3362f8c340dee64e5eaeef8f7c # v3
2020 with :
2121 cache : npm
2222 node-version : lts/*
You can’t perform that action at this time.
0 commit comments