Skip to content

update readme and node version (#2) #11

update readme and node version (#2)

update readme and node version (#2) #11

Workflow file for this run

name: WeChat SDK Build
on:
push:
branches: [ "main" ]
pull_request:
branches: [ "main" ]
jobs:
code-build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- name: Run build
run: |
npm i
npm run build