File tree Expand file tree Collapse file tree 1 file changed +3
-2
lines changed Expand file tree Collapse file tree 1 file changed +3
-2
lines changed Original file line number Diff line number Diff line change @@ -33,11 +33,13 @@ jobs:
33
33
matrix :
34
34
os : [macos-13, ubuntu-22.04]
35
35
steps :
36
+ - uses : actions/setup-node@v4
37
+ with :
38
+ node-version : 20
36
39
- name : Update binaries
37
40
run : |
38
41
uname -a
39
42
sudo apt update || true
40
- nvm use 20 || true
41
43
brew install go || true
42
44
sudo apt install -y g++-aarch64-linux-gnu || true
43
45
git clone --recursive https://github.com/uNetworking/uWebSockets.js.git
55
57
git commit -a -m "[GitHub Actions] Updated ${{ matrix.os }} binaries" || true
56
58
git push "https://unetworkingab:${{ secrets.SECRET }}@github.com/uNetworking/uWebSockets.js" binaries
57
59
git checkout master -- tests/smoke.js
58
- nvm use 20
59
60
npm install ws
60
61
node tests/smoke.js
61
62
build-arm :
You can’t perform that action at this time.
0 commit comments