File tree Expand file tree Collapse file tree 2 files changed +6
-6
lines changed
Expand file tree Collapse file tree 2 files changed +6
-6
lines changed Original file line number Diff line number Diff line change 3131 with :
3232 fetch-depth : 0
3333 - name : Use Node.js ${{ matrix.node-version }}
34- uses : actions/setup-node@v2
34+ uses : actions/setup-node@v3
3535 with :
3636 node-version : ${{ matrix.node-version }}
3737 - name : Update NPM
7373 runs-on : ubuntu-latest
7474 steps :
7575 - uses : actions/checkout@v2
76- - uses : actions/setup-node@v2
76+ - uses : actions/setup-node@v3
7777 with :
7878 node-version : 16 # LTS
7979 - name : Bootstrap benchmark tests
8888 runs-on : ubuntu-latest
8989 steps :
9090 - uses : actions/checkout@v2
91- - uses : actions/setup-node@v2
91+ - uses : actions/setup-node@v3
9292 with :
9393 node-version : 16 # LTS
9494 - name : Bootstrap project
@@ -110,7 +110,7 @@ jobs:
110110 - uses : actions/checkout@v2
111111 with :
112112 fetch-depth : 0
113- - uses : actions/setup-node@v2
113+ - uses : actions/setup-node@v3
114114 with :
115115 node-version : 16 # LTS
116116 - name : Install monorepo tools
@@ -125,7 +125,7 @@ jobs:
125125 runs-on : ubuntu-latest
126126 steps :
127127 - uses : actions/checkout@v2
128- - uses : actions/setup-node@v2
128+ - uses : actions/setup-node@v3
129129 with :
130130 node-version : 16 # LTS
131131 - name : Bootstrap project
Original file line number Diff line number Diff line change 1818 - uses : actions/checkout@v2
1919 with :
2020 fetch-depth : 0
21- - uses : actions/setup-node@v2
21+ - uses : actions/setup-node@v3
2222 with :
2323 node-version : 16 # LTS
2424 - name : Validate Renovate config
You can’t perform that action at this time.
0 commit comments