Skip to content

Merge pull request #415 from omjadas/dependabot/npm_and_yarn/types/go… #913

Merge pull request #415 from omjadas/dependabot/npm_and_yarn/types/go…

Merge pull request #415 from omjadas/dependabot/npm_and_yarn/types/go… #913

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.0.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