Skip to content

push fix for rollup vulnerability #32

push fix for rollup vulnerability

push fix for rollup vulnerability #32

Workflow file for this run

on:
push:
tags:
- 'v*'
name: Test Coveralls
jobs:
build:
name: Build
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v1
- name: Use Node.js 20.x
uses: actions/setup-node@v3
with:
node-version: 20.x
- name: npm install, npm run test
run: |
npm install
npm run coverage
- name: Coveralls GitHub Action
uses: coverallsapp/[email protected]