Skip to content

build(deps): bump node from 22.1.0-bullseye-slim to 22.2.0-bullseye-slim #59

build(deps): bump node from 22.1.0-bullseye-slim to 22.2.0-bullseye-slim

build(deps): bump node from 22.1.0-bullseye-slim to 22.2.0-bullseye-slim #59

Workflow file for this run

---
name: CI
on:
pull_request:
branches:
- master
push:
branches:
- master
paths:
- src/**
- Dockerfile
- package.json
- package-lock.json
concurrency:
group: ${{ github.workflow }}-${{ github.ref }}
cancel-in-progress: true
permissions:
pull-requests: read
jobs:
code:
uses: ./.github/workflows/test_package.yml
image:
needs: code
uses: ./.github/workflows/test_image.yml