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 5959
6060 steps :
6161 - name : Checkout repository
62- uses : actions/checkout@v3
62+ uses : actions/checkout@v4
6363 with :
6464 fetch-depth : ${{ env.FETCH_DEPTH }}
6565
7878 rustup component add rust-src
7979
8080 - name : Install Node.js
81- uses : actions/setup-node@v3
81+ uses : actions/setup-node@v4
8282 with :
83- node-version : 16
83+ node-version : 18
8484
8585 - name : Update apt repositories
8686 if : matrix.target == 'aarch64-unknown-linux-gnu' || matrix.target == 'arm-unknown-linux-gnueabihf'
@@ -190,7 +190,7 @@ jobs:
190190 - name : Install Nodejs
191191 uses : actions/setup-node@v4
192192 with :
193- node-version : 18
193+ node-version : 20
194194
195195 - run : echo "TAG=$(date --iso -u)" >> $GITHUB_ENV
196196 if : github.ref == 'refs/heads/release'
You can’t perform that action at this time.
0 commit comments