Skip to content

build(deps-dev): bump release-it from 18.0.0 to 18.1.1 #372

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

build(deps-dev): bump release-it from 18.0.0 to 18.1.1 #372

Workflow file for this run

name: tests
on:
push:
branches: [ master ]
pull_request:
branches: [ master ]
jobs:
build:
runs-on: ubuntu-latest
strategy:
matrix:
node: [ 16, 18, 20 ]
steps:
- uses: actions/checkout@v3
- name: Use Node ${{ matrix.node }}
uses: actions/setup-node@v3
with:
node-version: ${{ matrix.node }}
cache: 'npm'
- run: npm ci
- run: npm test