Skip to content

chore(deps-dev): bump rollup-plugin-swc3 from 0.8.0 to 0.8.2 #341

chore(deps-dev): bump rollup-plugin-swc3 from 0.8.0 to 0.8.2

chore(deps-dev): bump rollup-plugin-swc3 from 0.8.0 to 0.8.2 #341

Workflow file for this run

name: 'CI'
on:
pull_request:
push:
branches:
- main
jobs:
Test:
strategy:
fail-fast: false
matrix:
node-version: [16, 18]
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: actions/setup-node@v3
with:
node-version: ${{ matrix.node-version }}
- uses: harmon758/postgresql-action@v1
with:
postgresql version: '15'
postgresql db: 'postgres'
postgresql user: 'postgres'
postgresql password: 'postgres'
- run: npm ci
- run: npm run build
- run: npm run lint
- run: npm run test-ci