File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change 59
59
60
60
steps :
61
61
- name : Checkout repository
62
- uses : actions/checkout@v3
62
+ uses : actions/checkout@v4
63
63
with :
64
64
fetch-depth : ${{ env.FETCH_DEPTH }}
65
65
78
78
rustup component add rust-src
79
79
80
80
- name : Install Node.js
81
- uses : actions/setup-node@v3
81
+ uses : actions/setup-node@v4
82
82
with :
83
- node-version : 16
83
+ node-version : 18
84
84
85
85
- name : Update apt repositories
86
86
if : matrix.target == 'aarch64-unknown-linux-gnu' || matrix.target == 'arm-unknown-linux-gnueabihf'
@@ -190,7 +190,7 @@ jobs:
190
190
- name : Install Nodejs
191
191
uses : actions/setup-node@v4
192
192
with :
193
- node-version : 18
193
+ node-version : 20
194
194
195
195
- run : echo "TAG=$(date --iso -u)" >> $GITHUB_ENV
196
196
if : github.ref == 'refs/heads/release'
You can’t perform that action at this time.
0 commit comments