Skip to content

fix(dependabot): bump node from 20.15.1-alpine3.20 to 20.17.0-alpine3.20 #73

fix(dependabot): bump node from 20.15.1-alpine3.20 to 20.17.0-alpine3.20

fix(dependabot): bump node from 20.15.1-alpine3.20 to 20.17.0-alpine3.20 #73

Workflow file for this run

name: Build, Test and Publish edge
on:
push:
branches: ["main"]
concurrency:
group: ${{ github.workflow }}-${{ github.ref }}
cancel-in-progress: true
jobs:
build:
uses: ./.github/workflows/build.yml
test:
uses: ./.github/workflows/test.yml
needs: build
deploy:
uses: ./.github/workflows/deploy.yml
needs: [build, test]
secrets: inherit
with:
tags-policy: "type=edge,branch=main"