Skip to content

Merge pull request #25 from BeyteFlow/dependabot/npm_and_yarn/ora-9.3.0 #38

Merge pull request #25 from BeyteFlow/dependabot/npm_and_yarn/ora-9.3.0

Merge pull request #25 from BeyteFlow/dependabot/npm_and_yarn/ora-9.3.0 #38

Workflow file for this run

# .github/workflows/nodejs.yml
name: Node.js CI
on:
push:
branches: [ main ]
pull_request:
branches: [ main ]
jobs:
build:
runs-on: ubuntu-latest
permissions:
contents: read
steps:
- uses: actions/checkout@f43a0e5ff2bd294095638e18286ca9a3d1956744 # v3.6.0
- name: Use Node.js 18
uses: actions/setup-node@6044e13b5dc448c55e2357c09f80417699197238 # v6.2.0
with:
node-version: 18
- run: npm install
- run: npm run lint || echo "Skipping lint if not set"
- run: npm test || echo "Skipping test if not set"