File tree 2 files changed +6
-6
lines changed
2 files changed +6
-6
lines changed Original file line number Diff line number Diff line change @@ -116,9 +116,9 @@ jobs:
116
116
uses : actions/checkout@v3
117
117
118
118
- name : Install Nodejs
119
- uses : actions/setup-node@v1
119
+ uses : actions/setup-node@v3
120
120
with :
121
- node-version : 16.x
121
+ node-version : 16
122
122
123
123
- name : Install xvfb
124
124
if : matrix.os == 'ubuntu-latest'
Original file line number Diff line number Diff line change 76
76
rustup component add rust-src
77
77
78
78
- name : Install Node.js
79
- uses : actions/setup-node@v1
79
+ uses : actions/setup-node@v3
80
80
with :
81
- node-version : 16.x
81
+ node-version : 16
82
82
83
83
- name : Update apt repositories
84
84
if : matrix.target == 'aarch64-unknown-linux-gnu' || matrix.target == 'arm-unknown-linux-gnueabihf'
@@ -184,9 +184,9 @@ jobs:
184
184
needs : ["dist", "dist-x86_64-unknown-linux-musl"]
185
185
steps :
186
186
- name : Install Nodejs
187
- uses : actions/setup-node@v1
187
+ uses : actions/setup-node@v3
188
188
with :
189
- node-version : 16.x
189
+ node-version : 16
190
190
191
191
- run : echo "TAG=$(date --iso -u)" >> $GITHUB_ENV
192
192
if : github.ref == 'refs/heads/release'
You can’t perform that action at this time.
0 commit comments