Skip to content

chore(deps-dev): bump @nodecraft/eslint-config from 43.0.1 to 43.1.0 #592

chore(deps-dev): bump @nodecraft/eslint-config from 43.0.1 to 43.1.0

chore(deps-dev): bump @nodecraft/eslint-config from 43.0.1 to 43.1.0 #592

Workflow file for this run

name: Test
on: [push, pull_request]
jobs:
test:
runs-on: ubuntu-latest
strategy:
matrix:
node: [18, 20]
name: Node ${{ matrix.node }} Test
steps:
- uses: actions/checkout@v4
- name: Setup node
uses: actions/setup-node@v4
with:
node-version: ${{ matrix.node }}
- run: npm install
- run: npm test
- run: npm run coverage
- name: Coveralls
uses: coverallsapp/github-action@master
with:
github-token: ${{ secrets.github_token }}