Skip to content

fix: not usage migration #4

fix: not usage migration

fix: not usage migration #4

Workflow file for this run

name: build-marknotes
on:
push:
branches: [main]
jobs:
test:
runs-on: ubuntu-latest
steps:
- name: Copy repository
uses: actions/checkout@v2
with:
node-version: '21.x'
- name: Use Node.js ${{ matrix.node-version }}
uses: actions/setup-node@v1
with:
node-version: ${{ matrix.node-version }}
- name: Install npm dependencies
run: npm ci