1
0
Fork 0
mirror of https://github.com/dragonflydb/dragonfly.git synced 2024-12-14 11:58:02 +00:00
This commit is contained in:
shahar 2024-12-05 13:11:32 +02:00
parent ade004b209
commit ef8f2160d3
No known key found for this signature in database
GPG key ID: 2ED7F7EDC7FDCCA4

View file

@ -25,7 +25,7 @@ jobs:
submodules: true
- name: Install NodeJs
run: |
apk add --no-cache nodejs npm yarn
apk add --no-cache nodejs npm yarn jq
node --version
npm --version
yarn --version