Skip to content

Merge pull request #437 from omjadas/dependabot/github_actions/action… #953

Merge pull request #437 from omjadas/dependabot/github_actions/action…

Merge pull request #437 from omjadas/dependabot/github_actions/action… #953

Workflow file for this run

name: Node CI
on: [push]
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- name: Use Node.js 12.x
uses: actions/setup-node@v4.2.0
with:
node-version: 12.x
- name: npm ci
run: npm ci
- name: npm test
uses: paambaati/codeclimate-action@v2.7.5
env:
CI: true
CC_TEST_REPORTER_ID: ${{ secrets.CC_TEST_REPORTER_ID }}
with:
coverageCommand: npm test