1
0
Fork 0
mirror of https://github.com/kou029w/_.git synced 2025-02-02 15:18:37 +00:00

Compare commits

...

3 commits

Author SHA1 Message Date
dependabot[bot]
49cb3be0f9
Merge c90d17158d into e9b42a86e4 2024-03-17 02:55:59 +00:00
e9b42a86e4 [studio] Add GitHub Action 2024-03-17 06:15:05 +09:00
dependabot[bot]
c90d17158d
Bump next from 9.5.2 to 13.5.0 in /vad
Bumps [next](https://github.com/vercel/next.js) from 9.5.2 to 13.5.0.
- [Release notes](https://github.com/vercel/next.js/releases)
- [Changelog](https://github.com/vercel/next.js/blob/canary/release.js)
- [Commits](https://github.com/vercel/next.js/compare/v9.5.2...v13.5.0)

---
updated-dependencies:
- dependency-name: next
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <support@github.com>
2023-11-09 08:21:49 +00:00
3 changed files with 169 additions and 4722 deletions

26
.github/workflows/_studio.yml vendored Normal file
View file

@ -0,0 +1,26 @@
name: Astro Studio
env:
ASTRO_STUDIO_APP_TOKEN: ${{secrets.ASTRO_STUDIO_APP_TOKEN }}
on:
push:
branches:
- main
pull_request:
types: [opened, reopened, synchronize]
jobs:
DB:
permissions:
contents: read
actions: read
pull-requests: write
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: actions/setup-node@v4
with:
node-version: 20
- uses: jaid/action-npm-install@v1.2.1
- uses: withastro/action-studio@main

View file

@ -3,7 +3,7 @@
"version": "0.0.1",
"private": true,
"dependencies": {
"next": "^9.5.1",
"next": "^13.5.0",
"react": "^16.13.1",
"react-dom": "^16.13.1",
"vad.js": "kdavis-mozilla/vad.js"

File diff suppressed because it is too large Load diff