File tree Expand file tree Collapse file tree 4 files changed +4
-4
lines changed
Expand file tree Collapse file tree 4 files changed +4
-4
lines changed Original file line number Diff line number Diff line change 2020 run : git fetch --depth=1 origin +refs/tags/*:refs/tags/*
2121 - uses : actions/setup-node@v2
2222 with :
23- node-version : 16.9
23+ node-version : 16
2424 - name : yarn install
2525 run : yarn install --frozen-lockfile
2626 - name : yarn build
Original file line number Diff line number Diff line change 2020 run : git fetch --depth=1 origin +refs/tags/*:refs/tags/*
2121 - uses : actions/setup-node@v2
2222 with :
23- node-version : 16.9
23+ node-version : 16
2424 - name : yarn install
2525 run : yarn install --frozen-lockfile
2626 - name : yarn build
Original file line number Diff line number Diff line change 2020 run : git fetch --depth=1 origin +refs/tags/*:refs/tags/*
2121 - uses : actions/setup-node@v2
2222 with :
23- node-version : 16.9
23+ node-version : 16
2424 - name : yarn install
2525 run : yarn install --frozen-lockfile
2626 - name : yarn build
Original file line number Diff line number Diff line change 1515
1616 strategy :
1717 matrix :
18- node-version : [14.17 , 16.9 ]
18+ node-version : [14, 16]
1919
2020 steps :
2121 - uses : actions/checkout@v2
You can’t perform that action at this time.
0 commit comments