Skip to content

chore(deps): bump semver from 5.7.1 to 5.7.2 (#385) #124

chore(deps): bump semver from 5.7.1 to 5.7.2 (#385)

chore(deps): bump semver from 5.7.1 to 5.7.2 (#385) #124

Workflow file for this run

name: tests
on:
push:
branches: [main]
pull_request:
branches: [main]
jobs:
build:
runs-on: ubuntu-latest
strategy:
matrix:
node_version: ["16", "18"]
name: Node.js ${{ matrix.node_version }}
steps:
- uses: actions/checkout@v2
- name: Setup node
uses: actions/setup-node@v2
with:
node-version: ${{ matrix.node_version }}
cache: "yarn"
- run: yarn install
- run: yarn test:ci