Skip to content

fix(deps-dev): bump semantic-release from 21.1.0 to 21.1.1 #66

fix(deps-dev): bump semantic-release from 21.1.0 to 21.1.1

fix(deps-dev): bump semantic-release from 21.1.0 to 21.1.1 #66

Workflow file for this run

name: test
on:
workflow_dispatch:
push:
tags:
- v*
branches: [ main ]
pull_request:
branches: [ main ]
jobs:
build:
strategy:
matrix:
os: [macos-latest, windows-latest, ubuntu-latest]
node-version: [18.x, 20.x]
# See supported Node.js release schedule at https://nodejs.org/en/about/releases/
runs-on: ${{ matrix.os }}
steps:
- uses: actions/checkout@v3
- name: Use Node.js ${{ matrix.node-version }}
uses: actions/setup-node@v3
with:
node-version: ${{ matrix.node-version }}
cache: 'npm'
- run: npm ci
- run: npm run test