Skip to content

Bump svelte from 3.59.2 to 4.2.19 #393

Bump svelte from 3.59.2 to 4.2.19

Bump svelte from 3.59.2 to 4.2.19 #393

name: Build PR
on:
pull_request:
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- name: Install dependencies
run: npm install
- name: Build
run: npm run build
- uses: stefanzweifel/git-auto-commit-action@v4
with:
commit_message: Apply changes from build