Skip to content

build(deps-dev): bump @sveltejs/kit from 2.5.6 to 2.7.4 #119

build(deps-dev): bump @sveltejs/kit from 2.5.6 to 2.7.4

build(deps-dev): bump @sveltejs/kit from 2.5.6 to 2.7.4 #119

Workflow file for this run

name: '🧪 CI'
on:
pull_request:
paths-ignore:
- 'README.md'
- '.gitignore'
- '.vscode/**'
- '.github/dependabot.yaml'
- '.github/workflows/cd.yaml'
concurrency:
group: ${{ github.workflow }}-${{ github.event.pull_request.number || github.ref }}
cancel-in-progress: true
jobs:
node:
uses: maandr/github-actions/.github/workflows/ci-node.yaml@v3
with:
node_version: '21.7.x'
docker:
uses: maandr/github-actions/.github/workflows/ci-docker-image.yaml@v3
with:
file: './Dockerfile'
context: './'