We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent be9b219 commit 57823a2Copy full SHA for 57823a2
.github/workflows/build.yml
@@ -33,11 +33,13 @@ jobs:
33
matrix:
34
os: [macos-13, ubuntu-22.04]
35
steps:
36
+ - uses: actions/setup-node@v4
37
+ with:
38
+ node-version: 20
39
- name: Update binaries
40
run: |
41
uname -a
42
sudo apt update || true
- nvm use 20 || true
43
brew install go || true
44
sudo apt install -y g++-aarch64-linux-gnu || true
45
git clone --recursive https://github.com/uNetworking/uWebSockets.js.git
@@ -55,7 +57,6 @@ jobs:
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
59
git checkout master -- tests/smoke.js
- nvm use 20
60
npm install ws
61
node tests/smoke.js
62
build-arm:
0 commit comments