This repository was archived by the owner on Dec 18, 2025. It is now read-only.
File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed
Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change 3333 git config --global core.autocrlf false
3434 git config --global core.eol lf
3535 - uses : actions/checkout@2541b1294d2704b0964813337f33b291d3f8596b # tag=v3
36- - uses : actions/setup-node@2fddd8803e2f5c9604345a0b591c3020ee971a93 # tag=v3
36+ - uses : actions/setup-node@8c91899e586c5b171469028077307d293428b516 # tag=v3
3737 with :
3838 node-version : lts/*
3939 cache : npm
5151 runs-on : ${{ matrix.os }}
5252 steps :
5353 - uses : actions/checkout@2541b1294d2704b0964813337f33b291d3f8596b # tag=v3
54- - uses : actions/setup-node@2fddd8803e2f5c9604345a0b591c3020ee971a93 # tag=v3
54+ - uses : actions/setup-node@8c91899e586c5b171469028077307d293428b516 # tag=v3
5555 with :
5656 node-version : ${{ matrix.node }}
5757 cache : npm
7070 # Need to fetch entire commit history to
7171 # analyze every commit since last release
7272 fetch-depth : 0
73- - uses : actions/setup-node@2fddd8803e2f5c9604345a0b591c3020ee971a93 # tag=v3
73+ - uses : actions/setup-node@8c91899e586c5b171469028077307d293428b516 # tag=v3
7474 with :
7575 node-version : lts/*
7676 cache : npm
You can’t perform that action at this time.
0 commit comments