mirror of
https://github.com/sofastack/sofa-rpc-node.git
synced 2025-12-08 20:26:00 +00:00
24 lines
503 B
YAML
24 lines
503 B
YAML
name: CI
|
|
|
|
on:
|
|
push:
|
|
branches: [ master ]
|
|
|
|
pull_request:
|
|
branches: [ master ]
|
|
|
|
workflow_dispatch: {}
|
|
|
|
jobs:
|
|
Job:
|
|
name: Node.js
|
|
uses: artusjs/github-actions/.github/workflows/node-test.yml@v1
|
|
with:
|
|
os: 'ubuntu-latest'
|
|
version: '14, 16, 18, 20'
|
|
install: |
|
|
tar xf zookeeper-3.4.6.tar.gz
|
|
mv zookeeper-3.4.6/conf/zoo_sample.cfg zookeeper-3.4.6/conf/zoo.cfg
|
|
./zookeeper-3.4.6/bin/zkServer.sh start
|
|
npm i --no-package-lock --no-fund
|