Skip to content

chore(deps): bump @types/node from 20.2.6 to 20.8.10 #2127

chore(deps): bump @types/node from 20.2.6 to 20.8.10

chore(deps): bump @types/node from 20.2.6 to 20.8.10 #2127

Workflow file for this run

name: Test Coveralls
on:
workflow_dispatch:
push:
jobs:
coveralls:
name: Coveralls
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- name: Use Node.js 18.x
uses: actions/setup-node@v3.6.0
with:
node-version: '18'
cache: 'yarn'
- name: yarn install, yarn test:coverage
run: |
yarn
yarn test:coverage
- name: Coveralls
uses: coverallsapp/github-action@master
with:
github-token: ${{ secrets.GITHUB_TOKEN }}