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 12
12
runs-on : ubuntu-latest
13
13
steps :
14
14
- uses : actions/checkout@v3
15
- - uses : actions/setup-node@v2
15
+ - uses : actions/setup-node@v3
16
16
with :
17
17
cache : npm
18
18
node-version : 16
Original file line number Diff line number Diff line change 25
25
- run : git config --global user.name github-actions
26
26
-
run :
git config --global user.email [email protected]
27
27
- name : " Use Node.js ${{ matrix.node-version }}"
28
- uses : actions/setup-node@v2
28
+ uses : actions/setup-node@v3
29
29
with :
30
30
node-version : " ${{ matrix.node-version }}"
31
31
cache : npm
39
39
steps :
40
40
- uses : actions/checkout@v3
41
41
- name : " Use Node.js ${{ matrix.node-version }}"
42
- uses : actions/setup-node@v2
42
+ uses : actions/setup-node@v3
43
43
with :
44
44
node-version : " ${{ matrix.node-version }}"
45
45
cache : npm
You can’t perform that action at this time.
0 commit comments