Skip to content

Update dependencies

Update dependencies #3

Workflow file for this run

name: Build and Publish NPM Module
on:
workflow_dispatch:
push:
branches:
- "**"
pull_request:
branches:
- main
release:
types:
- created
jobs:
build:
uses: CodrJS/cicd/.github/workflows/node-build-artifact.yml@main
test:
uses: CodrJS/cicd/.github/workflows/node-test-artifact.yml@main
needs: build
publish:
uses: CodrJS/cicd/.github/workflows/node-publish-npm.yml@main
needs: test
secrets: inherit