Skip to content

build(deps-dev): bump @types/ping from 0.4.1 to 0.4.2 #11

build(deps-dev): bump @types/ping from 0.4.1 to 0.4.2

build(deps-dev): bump @types/ping from 0.4.1 to 0.4.2 #11

Workflow file for this run

name: Node.js CI
on:
workflow_dispatch:
pull_request:
push:
branches: [main, master]
jobs:
build:
runs-on: ubuntu-latest
strategy:
matrix:
node-version: [16.x, 18.x, 20.x]
steps:
- name: Checkout
uses: actions/checkout@v3
- name: Setup Node.js
uses: actions/setup-node@v3
with:
node-version: ${{ matrix.node-version }}
cache: "npm"
- name: Install
run: npm install