Skip to content

fix: ⚡️ aligned the version number (package.json with git tag) #44

fix: ⚡️ aligned the version number (package.json with git tag)

fix: ⚡️ aligned the version number (package.json with git tag) #44

Workflow file for this run

name: Test Coveralls
on: ['push', 'pull_request']
jobs:
build:
name: Build
runs-on: ubuntu-latest
steps:
- name: Clone repository
uses: actions/checkout@v2
- name: Use Node.js 18
uses: actions/setup-node@v1
with:
node-version: '18.x'
- run: yarn install --frozen-lockfile
- run: yarn test
- name: Coveralls
uses: coverallsapp/github-action@master
with:
github-token: ${{ secrets.GITHUB_TOKEN }}