Skip to content

chore(package.json): bump version to 3.0.0 #6

chore(package.json): bump version to 3.0.0

chore(package.json): bump version to 3.0.0 #6

Workflow file for this run

name: main
on:
push:
branches:
- main
pull_request:
branches:
- main
permissions: read-all
concurrency:
group: ${{ github.ref }}-${{ github.workflow }}
cancel-in-progress: true
jobs:
main:
name: Main
runs-on: ubuntu-latest
steps:
- name: Checkout repository
uses: actions/checkout@v4
- name: Setup Node.js
uses: actions/setup-node@v4
with:
node-version: 18
- name: Install dependencies
run: npm install
- name: Run tests
run: npm test
- name: Coveralls
uses: coverallsapp/github-action@v2