Skip to content

build(deps-dev): Bump @swc/core from 1.7.26 to 1.7.40 (#9) #31

build(deps-dev): Bump @swc/core from 1.7.26 to 1.7.40 (#9)

build(deps-dev): Bump @swc/core from 1.7.26 to 1.7.40 (#9) #31

Workflow file for this run

name: CI
on:
push:
branches: [main]
pull_request:
branches: [main]
jobs:
test:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: actions/setup-node@v4
- run: npm install
- run: npm run lint
- run: npm run test