Skip to content

fix: update via code change correctly #47

fix: update via code change correctly

fix: update via code change correctly #47

Workflow file for this run

name: CI
on:
push:
branches:
- main
pull_request:
branches-ignore: []
jobs:
test:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- uses: actions/setup-node@v3
with:
node-version: '18.x'
- run:
npm install && npm ci