File tree 3 files changed +3966
-16
lines changed
3 files changed +3966
-16
lines changed Original file line number Diff line number Diff line change @@ -101,7 +101,7 @@ jobs:
101
101
- name : Install Nodejs
102
102
uses : actions/setup-node@v1
103
103
with :
104
- node-version : 14 .x
104
+ node-version : 16 .x
105
105
106
106
- name : Install xvfb
107
107
if : matrix.os == 'ubuntu-latest'
Original file line number Diff line number Diff line change 68
68
- name : Install Node.js
69
69
uses : actions/setup-node@v1
70
70
with :
71
- node-version : 14 .x
71
+ node-version : 16 .x
72
72
73
73
- name : Update apt repositories
74
74
if : matrix.target == 'aarch64-unknown-linux-gnu' || matrix.target == 'arm-unknown-linux-gnueabihf'
@@ -133,7 +133,7 @@ jobs:
133
133
container :
134
134
image : rust:alpine
135
135
volumes :
136
- - /usr/local/cargo/registry
136
+ - /usr/local/cargo/registry:/usr/local/cargo/registry
137
137
138
138
steps :
139
139
- name : Install dependencies
@@ -176,7 +176,7 @@ jobs:
176
176
- name : Install Nodejs
177
177
uses : actions/setup-node@v1
178
178
with :
179
- node-version : 14 .x
179
+ node-version : 16 .x
180
180
181
181
- run : echo "TAG=$(date --iso -u)" >> $GITHUB_ENV
182
182
if : github.ref == 'refs/heads/release'
You can’t perform that action at this time.
0 commit comments