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@v4
40- - uses : actions/setup-node@v3
40+ - uses : actions/setup-node@v4
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@v4
70- - uses : actions/setup-node@v3
70+ - uses : actions/setup-node@v4
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@v3
89+ - uses : actions/setup-node@v4
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@v4
19- - uses : actions/setup-node@v3
19+ - uses : actions/setup-node@v4
2020 with :
2121 cache : npm
2222 node-version : lts/*
You can’t perform that action at this time.
0 commit comments