File tree Expand file tree Collapse file tree 3 files changed +3966
-16
lines changed Expand file tree Collapse file tree 3 files changed +3966
-16
lines changed Original file line number Diff line number Diff line change @@ -101,7 +101,7 @@ jobs:
101101 - name : Install Nodejs
102102 uses : actions/setup-node@v1
103103 with :
104- node-version : 14 .x
104+ node-version : 16 .x
105105
106106 - name : Install xvfb
107107 if : matrix.os == 'ubuntu-latest'
Original file line number Diff line number Diff line change 6868 - name : Install Node.js
6969 uses : actions/setup-node@v1
7070 with :
71- node-version : 14 .x
71+ node-version : 16 .x
7272
7373 - name : Update apt repositories
7474 if : matrix.target == 'aarch64-unknown-linux-gnu' || matrix.target == 'arm-unknown-linux-gnueabihf'
@@ -133,7 +133,7 @@ jobs:
133133 container :
134134 image : rust:alpine
135135 volumes :
136- - /usr/local/cargo/registry
136+ - /usr/local/cargo/registry:/usr/local/cargo/registry
137137
138138 steps :
139139 - name : Install dependencies
@@ -176,7 +176,7 @@ jobs:
176176 - name : Install Nodejs
177177 uses : actions/setup-node@v1
178178 with :
179- node-version : 14 .x
179+ node-version : 16 .x
180180
181181 - run : echo "TAG=$(date --iso -u)" >> $GITHUB_ENV
182182 if : github.ref == 'refs/heads/release'
You can’t perform that action at this time.
0 commit comments