Skip to content

Commit 57823a2

Browse files
Update build.yml
1 parent be9b219 commit 57823a2

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

.github/workflows/build.yml

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -33,11 +33,13 @@ jobs:
3333
matrix:
3434
os: [macos-13, ubuntu-22.04]
3535
steps:
36+
- uses: actions/setup-node@v4
37+
with:
38+
node-version: 20
3639
- name: Update binaries
3740
run: |
3841
uname -a
3942
sudo apt update || true
40-
nvm use 20 || true
4143
brew install go || true
4244
sudo apt install -y g++-aarch64-linux-gnu || true
4345
git clone --recursive https://github.com/uNetworking/uWebSockets.js.git
@@ -55,7 +57,6 @@ jobs:
5557
git commit -a -m "[GitHub Actions] Updated ${{ matrix.os }} binaries" || true
5658
git push "https://unetworkingab:${{ secrets.SECRET }}@github.com/uNetworking/uWebSockets.js" binaries
5759
git checkout master -- tests/smoke.js
58-
nvm use 20
5960
npm install ws
6061
node tests/smoke.js
6162
build-arm:

0 commit comments

Comments
 (0)