Skip to content

Bump semver from 7.3.5 to 7.5.4 #35

Bump semver from 7.3.5 to 7.5.4

Bump semver from 7.3.5 to 7.5.4 #35

Workflow file for this run

name: Tests
on: [push]
jobs:
test:
runs-on: ubuntu-latest
strategy:
matrix:
node-version: [14, 16, 18]
steps:
- uses: actions/checkout@v2
- name: Use Node.js ${{ matrix.node-version }}
uses: actions/setup-node@v2
with:
node-version: ${{ matrix.node-version }}
- name: Install dependencies
run: yarn install
- name: Tests
run: yarn run test
env:
CI: true