Skip to content

Commit 21f5b0e

Browse files
Update node.js.yml
1 parent 9c61086 commit 21f5b0e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/node.js.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ jobs:
2727
node-version: ${{ matrix.node-version }}
2828
cache: 'npm'
2929
- run: |
30-
sudo apt-get update
30+
sudo apt-get -y update
3131
sudo apt-get -y install build-essential
3232
- run: git clone https://github.com/crossdb-org/crossdb.git
3333
- run: cd crossdb

0 commit comments

Comments
 (0)