Skip to content
This repository has been archived by the owner on Aug 1, 2024. It is now read-only.

build(deps-dev): bump semver from 6.3.0 to 7.6.3 #53

build(deps-dev): bump semver from 6.3.0 to 7.6.3

build(deps-dev): bump semver from 6.3.0 to 7.6.3 #53

Workflow file for this run

name: "build and test"
on:
pull_request:
types:
- opened
- synchronize
push:
branches:
- main
jobs:
build:
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@v3
- name: Use node.js 16.x
uses: actions/setup-node@v3
with:
node-version: 16
- name: Build and run tests.
run: |
npm install
npm test