Skip to content
This repository has been archived by the owner on Apr 2, 2023. It is now read-only.

chore(deps-dev): bump semantic-release from 20.1.1 to 21.0.1 #2437

chore(deps-dev): bump semantic-release from 20.1.1 to 21.0.1

chore(deps-dev): bump semantic-release from 20.1.1 to 21.0.1 #2437

Workflow file for this run

name: CI
on: [push, pull_request]
jobs:
build:
runs-on: ubuntu-latest
strategy:
matrix:
node: ["16", "14", "12"]
name: Node ${{ matrix.node }}
steps:
- uses: actions/checkout@v3
- name: Setup node
uses: actions/setup-node@v3
with:
node-version: ${{ matrix.node }}
- run: yarn install --ignore-engines
- run: yarn test
- run: yarn build
- name: Code Climate Coverage Action
uses: paambaati/codeclimate-action@v3.2.0
env:
CC_TEST_REPORTER_ID: 438d4172a92ae1de30d102341e7faac70f2c12dfb318e96cdbbaf27f8ba7ad52
with:
coverageCommand: yarn coverage