Skip to content

chore(deps-dev): bump @types/node from 26.0.0 to 26.1.1 (#305) #643

chore(deps-dev): bump @types/node from 26.0.0 to 26.1.1 (#305)

chore(deps-dev): bump @types/node from 26.0.0 to 26.1.1 (#305) #643

Workflow file for this run

name: build
on:
workflow_dispatch:
push:
branches: [ master ]
tags: [ v* ]
pull_request:
branches: [ master ]
permissions:
contents: read
id-token: write
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: actions/setup-node@v4
with:
node-version: '24.x'
registry-url: 'https://registry.npmjs.org'
- run: npm ci
- run: npm test
- name: Coveralls GitHub Action
uses: coverallsapp/github-action@v2.3.6
with:
github-token: ${{secrets.GITHUB_TOKEN}}
file: coverage/lcov.info
fail-on-error: false
- run: npm publish --access public
if: startsWith(github.ref, 'refs/tags/v')