Skip to content

update email in CoC (#42) #35

update email in CoC (#42)

update email in CoC (#42) #35

Workflow file for this run

name: Node CI
on: [push]
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: actions/setup-node@v4
- name: test
run: |
npm install
npm test
env:
CI: true