Skip to content

fix(dependabot): bump node from 20.18.1-alpine3.20 to 20.18.2-alpine3.20 #64

fix(dependabot): bump node from 20.18.1-alpine3.20 to 20.18.2-alpine3.20

fix(dependabot): bump node from 20.18.1-alpine3.20 to 20.18.2-alpine3.20 #64

Workflow file for this run

name: Build and Test
on:
pull_request:
types: ["opened", "reopened", "synchronize"]
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