Recreate yarn.lock & update node version
This commit is contained in:
parent
35ce1f9ae0
commit
e272343deb
|
|
@ -9,6 +9,8 @@ jobs:
|
||||||
with:
|
with:
|
||||||
go-version: 1.16.x
|
go-version: 1.16.x
|
||||||
- uses: actions/setup-node@v1
|
- uses: actions/setup-node@v1
|
||||||
|
with:
|
||||||
|
node-version: '16'
|
||||||
- uses: actions/cache@v2
|
- uses: actions/cache@v2
|
||||||
with:
|
with:
|
||||||
path: ~/go/pkg/mod
|
path: ~/go/pkg/mod
|
||||||
|
|
|
||||||
5240
ui/yarn.lock
5240
ui/yarn.lock
File diff suppressed because it is too large
Load Diff
Loading…
Reference in New Issue