Skip to content

build(deps-dev): bump @sveltejs/vite-plugin-svelte from 3.1.0 to 3.1.2 #131

build(deps-dev): bump @sveltejs/vite-plugin-svelte from 3.1.0 to 3.1.2

build(deps-dev): bump @sveltejs/vite-plugin-svelte from 3.1.0 to 3.1.2 #131

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: './'