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 1919 runs-on : ubuntu-latest
2020 steps :
2121 - uses : actions/checkout@c85c95e3d7251135ab7dc9ce3241c5835cc595a9 # v3
22- - uses : actions/setup-node@bea5baf987ba7aa777a8a0b4ace377a21c45c381 # v3
22+ - uses : actions/setup-node@5e21ff4d9bc1a8cf6de233a3057d20ec6b3fb69d # v3
2323 with :
2424 cache : npm
2525 node-version : lts/*
Original file line number Diff line number Diff line change 2525 - run : git config --global user.name github-actions
2626 - run : git config --global user.email github-actions@github.com
2727 - name : " Use Node.js ${{ matrix.node-version }}"
28- uses : actions/setup-node@bea5baf987ba7aa777a8a0b4ace377a21c45c381 # v3
28+ uses : actions/setup-node@5e21ff4d9bc1a8cf6de233a3057d20ec6b3fb69d # v3
2929 with :
3030 node-version : " ${{ matrix.node-version }}"
3131 cache : npm
3939 steps :
4040 - uses : actions/checkout@c85c95e3d7251135ab7dc9ce3241c5835cc595a9 # v3
4141 - name : " Use Node.js ${{ matrix.node-version }}"
42- uses : actions/setup-node@bea5baf987ba7aa777a8a0b4ace377a21c45c381 # v3
42+ uses : actions/setup-node@5e21ff4d9bc1a8cf6de233a3057d20ec6b3fb69d # v3
4343 with :
4444 node-version : " ${{ matrix.node-version }}"
4545 cache : npm
You can’t perform that action at this time.
0 commit comments