8000 Reverting the version to 000 in package.json · CiscoDevNet/api-insights-openapi-rulesets@bead50b · GitHub
[go: up one dir, main page]

Skip to content

Reverting the version to 000 in package.json #120

Reverting the version to 000 in package.json

Reverting the version to 000 in package.json #120

Workflow file for this run

name: Node.js CI
on: [push, pull_request]
jobs:
test:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: actions/setup-node@v3
with:
node-version: 16
registry-url: https://registry.npmjs.org/
- name: install dependencies
run: npm install
- name: test
run: npm test
0