Skip to content

build(deps-dev): bump release-it from 18.1.1 to 18.1.2 #113

build(deps-dev): bump release-it from 18.1.1 to 18.1.2

build(deps-dev): bump release-it from 18.1.1 to 18.1.2 #113

Workflow file for this run

name: tests
on:
push:
branches: [ main ]
pull_request:
branches: [ main ]
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- name: Use Node.js
uses: actions/setup-node@v2
with:
node-version: '20'
cache: 'npm'
- run: npm ci
- run: npm test