Skip to content

Bump semver from 7.4.0 to 7.5.2 #336

Bump semver from 7.4.0 to 7.5.2

Bump semver from 7.4.0 to 7.5.2 #336

Workflow file for this run

name: Production CI
on:
pull_request:
branches: [main]
types: [opened, synchronize, reopened, ready_for_review]
workflow_dispatch:
jobs:
production:
runs-on: ubuntu-latest
strategy:
matrix:
node-version: [18.x]
# See supported Node.js release schedule at https://nodejs.org/en/about/releases/
steps:
- name: Checkout
uses: actions/checkout@v3
- name: Use Node.js ${{ matrix.node-version }}
uses: actions/setup-node@v3
with:
node-version: ${{ matrix.node-version }}
cache: 'yarn'
- run: yarn ci
- run: yarn lint
- run: yarn test
- name: Codecov
uses: codecov/codecov-action@v3