File tree Expand file tree Collapse file tree 2 files changed +6
-6
lines changed Expand file tree Collapse file tree 2 files changed +6
-6
lines changed Original file line number Diff line number Diff line change @@ -116,9 +116,9 @@ jobs:
116116 uses : actions/checkout@v3
117117
118118 - name : Install Nodejs
119- uses : actions/setup-node@v1
119+ uses : actions/setup-node@v3
120120 with :
121- node-version : 16.x
121+ node-version : 16
122122
123123 - name : Install xvfb
124124 if : matrix.os == 'ubuntu-latest'
Original file line number Diff line number Diff line change 7676 rustup component add rust-src
7777
7878 - name : Install Node.js
79- uses : actions/setup-node@v1
79+ uses : actions/setup-node@v3
8080 with :
81- node-version : 16.x
81+ node-version : 16
8282
8383 - name : Update apt repositories
8484 if : matrix.target == 'aarch64-unknown-linux-gnu' || matrix.target == 'arm-unknown-linux-gnueabihf'
@@ -184,9 +184,9 @@ jobs:
184184 needs : ["dist", "dist-x86_64-unknown-linux-musl"]
185185 steps :
186186 - name : Install Nodejs
187- uses : actions/setup-node@v1
187+ uses : actions/setup-node@v3
188188 with :
189- node-version : 16.x
189+ node-version : 16
190190
191191 - run : echo "TAG=$(date --iso -u)" >> $GITHUB_ENV
192192 if : github.ref == 'refs/heads/release'
You can’t perform that action at this time.
0 commit comments