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 5858
5959 steps :
6060 - name : Checkout repository
61- uses : actions/checkout@v3
61+ uses : actions/checkout@v4
6262 with :
6363 fetch-depth : ${{ env.FETCH_DEPTH }}
6464
6969 rustup component add rust-src
7070
7171 - name : Install Node.js
72- uses : actions/setup-node@v3
72+ uses : actions/setup-node@v4
7373 with :
74- node-version : 16
74+ node-version : 18
7575
7676 - name : Update apt repositories
7777 if : matrix.target == 'aarch64-unknown-linux-gnu' || matrix.target == 'arm-unknown-linux-gnueabihf'
@@ -181,7 +181,7 @@ jobs:
181181 - name : Install Nodejs
182182 uses : actions/setup-node@v4
183183 with :
184- node-version : 18
184+ node-version : 20
185185
186186 - run : echo "TAG=$(date --iso -u)" >> $GITHUB_ENV
187187 if : github.ref == 'refs/heads/release'
You can’t perform that action at this time.
0 commit comments