Skip to content

Update package.json with version, author, repository, and bugs inform… #3

Update package.json with version, author, repository, and bugs inform…

Update package.json with version, author, repository, and bugs inform… #3

Workflow file for this run

name: CI
on:
push:
branches: ["master"]
pull_request:
branches: ["master"]
jobs:
validate:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
with:
version: 8
- uses: actions/setup-node@v4
with:
node-version: 20
cache: "npm"
- run: npm install