Skip to content

build(deps-dev): bump semantic-release from 22.0.9 to 22.0.10 #523

build(deps-dev): bump semantic-release from 22.0.9 to 22.0.10

build(deps-dev): bump semantic-release from 22.0.9 to 22.0.10 #523

Workflow file for this run

name: Build and Test
on:
push:
branches: [ master ]
pull_request:
branches: [ master ]
jobs:
build:
runs-on: ubuntu-latest
continue-on-error: ${{ matrix.experimental }}
strategy:
fail-fast: true
matrix:
node-version: [18, 20]
experimental: [ false ]
include:
- node-version: 21
experimental: true
steps:
- uses: actions/checkout@v4
- name: Use Node.js ${{ matrix.node-version }}
uses: actions/setup-node@v4
with:
node-version: ${{ matrix.node-version }}
- run: yarn install
- run: yarn test --ci