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

build(deps-dev): bump braces from 3.0.2 to 3.0.3 (#19) #52

build(deps-dev): bump braces from 3.0.2 to 3.0.3 (#19)

build(deps-dev): bump braces from 3.0.2 to 3.0.3 (#19) #52

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