Skip to content

Upgrade npm dependencies and GHA #40

Upgrade npm dependencies and GHA

Upgrade npm dependencies and GHA #40

Workflow file for this run

name: ci
on: push
jobs:
test:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: actions/setup-node@v3
with:
node-version: 18
- name: Install deps and build dist
run: npm i
- run: npm run lint