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 58
58
59
59
steps :
60
60
- name : Checkout repository
61
- uses : actions/checkout@v3
61
+ uses : actions/checkout@v4
62
62
with :
63
63
fetch-depth : ${{ env.FETCH_DEPTH }}
64
64
69
69
rustup component add rust-src
70
70
71
71
- name : Install Node.js
72
- uses : actions/setup-node@v3
72
+ uses : actions/setup-node@v4
73
73
with :
74
- node-version : 16
74
+ node-version : 18
75
75
76
76
- name : Update apt repositories
77
77
if : matrix.target == 'aarch64-unknown-linux-gnu' || matrix.target == 'arm-unknown-linux-gnueabihf'
@@ -181,7 +181,7 @@ jobs:
181
181
- name : Install Nodejs
182
182
uses : actions/setup-node@v4
183
183
with :
184
- node-version : 18
184
+ node-version : 20
185
185
186
186
- run : echo "TAG=$(date --iso -u)" >> $GITHUB_ENV
187
187
if : github.ref == 'refs/heads/release'
You can’t perform that action at this time.
0 commit comments