Skip to content

doc: add nacos php sdk #356

doc: add nacos php sdk

doc: add nacos php sdk #356

Workflow file for this run

name: CI
on: [pull_request]
jobs:
Build:
runs-on: ubuntu-latest
strategy:
matrix:
node-version: [18.x]
steps:
- uses: actions/checkout@v1
- name: Use Node.js ${{ matrix.node-version }}
uses: actions/setup-node@v1
with:
node-version: ${{ matrix.node-version }}
- name: Npm install and build
run: |
npm install
npm run build --if-present
env:
CI: true