File tree Expand file tree Collapse file tree 4 files changed +9
-10
lines changed Expand file tree Collapse file tree 4 files changed +9
-10
lines changed Original file line number Diff line number Diff line change 4646 sudo apt-get install -y libgtk-3-dev libwebkit2gtk-4.0-dev
4747
4848 - name : Setup Node
49- uses : actions/setup-node@v2
49+ uses : actions/setup-node@v3
5050 with :
51- node-version : ' 16 '
51+ node-version : 16
5252
5353 - name : Build frontend assets
5454 shell : bash
Original file line number Diff line number Diff line change 2222 id : normalise_platform
2323 shell : bash
2424 run : |
25- tag=$(echo ${{ matrix.platform }} | sed -e 's/\//_/g')
25+ tag=$(echo ${{ matrix.platform }} | sed -e 's/\//_/g' -e 's/darwin/mac/g' )
2626 echo "tag=$tag" >> "$GITHUB_OUTPUT"
2727
2828 - name : Normalise version tag
5252 run : go install github.com/wailsapp/wails/v2/cmd/wails@latest
5353
5454 - name : Setup Node
55- uses : actions/setup-node@v2
55+ uses : actions/setup-node@v3
5656 with :
57- node-version : ' 16 '
57+ node-version : 16
5858
5959 - name : Build frontend assets
6060 shell : bash
Original file line number Diff line number Diff line change 4545 run : go install github.com/wailsapp/wails/v2/cmd/wails@latest
4646
4747 - name : Setup Node
48- uses : actions/setup-node@v2
48+ uses : actions/setup-node@v3
4949 with :
50- node-version : ' 16 '
50+ node-version : 16
5151
5252 - name : Build frontend assets
5353 shell : bash
Original file line number Diff line number Diff line change @@ -7,17 +7,16 @@ github.com/adrg/xdg v0.3.0/go.mod h1:7I2hH/IT30IsupOpKZ5ue7/qNi3CoKzD6tL3HwpaRMQ
77github.com/bep/debounce v1.2.1 h1:v67fRdBA9UQu2NhLFXrSg0Brw7CexQekrBwDMM8bzeY =
88github.com/bep/debounce v1.2.1 /go.mod h1:H8yggRPQKLUhUoqrJC1bO2xNya7vanpDl7xR3ISbCJ0 =
99github.com/bsm/ginkgo/v2 v2.7.0 h1:ItPMPH90RbmZJt5GtkcNvIRuGEdwlBItdNVoyzaNQao =
10+ github.com/bsm/ginkgo/v2 v2.7.0 /go.mod h1:AiKlXPm7ItEHNc/2+OkrNG4E0ITzojb9/xWzvQ9XZ9w =
1011github.com/bsm/gomega v1.26.0 h1:LhQm+AFcgV2M0WyKroMASzAzCAJVpAxQXv4SaI9a69Y =
12+ github.com/bsm/gomega v1.26.0 /go.mod h1:JyEr/xRbxbtgWNi8tIEVPUYZ5Dzef52k01W3YH0H+O0 =
1113github.com/bytedance/sonic v1.5.0 /go.mod h1:ED5hyg4y6t3/9Ku1R6dU/4KyJ48DZ4jPhfY1O2AihPM =
12- github.com/bytedance/sonic v1.9.2 h1:GDaNjuWSGu09guE9Oql0MSTNhNCLlWwO8y/xM5BzcbM =
13- github.com/bytedance/sonic v1.9.2 /go.mod h1:i736AoUSYt75HyZLoJW9ERYxcy6eaN6h4BZXU064P/U =
1414github.com/bytedance/sonic v1.10.0-rc /go.mod h1:ElCzW+ufi8qKqNW0FY314xriJhyJhuoJ3gFZdAHF7NM =
1515github.com/bytedance/sonic v1.10.0 h1:qtNZduETEIWJVIyDl01BeNxur2rW9OwTQ/yBqFRkKEk =
1616github.com/bytedance/sonic v1.10.0 /go.mod h1:iZcSUejdk5aukTND/Eu/ivjQuEL0Cu9/rf50Hi0u/g4 =
1717github.com/cespare/xxhash/v2 v2.2.0 h1:DC2CZ1Ep5Y4k3ZQ899DldepgrayRUGE6BBZ/cd9Cj44 =
1818github.com/cespare/xxhash/v2 v2.2.0 /go.mod h1:VGX0DQ3Q6kWi7AoAeZDth3/j3BFtOZR5XLFGgcrjCOs =
1919github.com/chenzhuoyu/base64x v0.0.0-20211019084208-fb5309c8db06 /go.mod h1:DH46F32mSOjUmXrMHnKwZdA8wcEefY7UVqBKYGjpdQY =
20- github.com/chenzhuoyu/base64x v0.0.0-20221115062448-fe3a3abad311 h1:qSGYFH7+jGhDF8vLC+iwCD4WpbV1EBDSzWkJODFLams =
2120github.com/chenzhuoyu/base64x v0.0.0-20221115062448-fe3a3abad311 /go.mod h1:b583jCggY9gE99b6G5LEC39OIiVsWj+R97kbl5odCEk =
2221github.com/chenzhuoyu/base64x v0.0.0-20230717121745-296ad89f973d h1:77cEq6EriyTZ0g/qfRdp61a3Uu/AWrgIq2s0ClJV1g0 =
2322github.com/chenzhuoyu/base64x v0.0.0-20230717121745-296ad89f973d /go.mod h1:8EPpVsBuRksnlj1mLy4AWzRNQYxauNi62uWcE3to6eA =
You can’t perform that action at this time.
0 commit comments