Skip to content

Update dependency standard to v17.1.2 #1044

Update dependency standard to v17.1.2

Update dependency standard to v17.1.2 #1044

Workflow file for this run

name: ci
on:
push:
paths-ignore:
- 'docs/**'
- '*.md'
pull_request:
paths-ignore:
- 'docs/**'
- '*.md'
jobs:
test:
runs-on: ubuntu-latest
strategy:
matrix:
node-version: [18.x]
steps:
- uses: actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332 # v4
- name: Use Node.js
uses: actions/setup-node@v4
with:
node-version: ${{ matrix.node-version }}
- uses: ikalnytskyi/action-setup-postgres@v4
- name: Install
run: |
npm ci
- name: Run tests
run: |
npm run test