Skip to content

chore: update github actions #56

chore: update github actions

chore: update github actions #56

Workflow file for this run

name: Node.js CI
on:
push:
branches:
- master
pull_request:
jobs:
nodejs:
# Documentation: https://github.com/zakodium/workflows#nodejs-ci
uses: zakodium/workflows/.github/workflows/nodejs.yml@nodejs-v1
with:
upload-coverage: true
secrets:
codecov-token: ${{ secrets.CODECOV_TOKEN }}