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

Compare commits

...

3 commits

Author SHA1 Message Date
dependabot[bot]
5f7505ed37
Merge 832a805167 into 12f2da15ee 2023-10-25 21:41:00 +00:00
12f2da15ee
create update-latest-release action 2023-10-25 19:39:34 +09:00
dependabot[bot]
832a805167
Bump next from 9.5.2 to 12.1.0 in /vad
Bumps [next](https://github.com/vercel/next.js) from 9.5.2 to 12.1.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...v12.1.0)

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

Signed-off-by: dependabot[bot] <support@github.com>
2023-01-12 10:21:00 +00:00
3 changed files with 145 additions and 4740 deletions

View file

@ -0,0 +1,22 @@
name: update-latest-release
on:
workflow_dispatch:
jobs:
main:
runs-on: ubuntu-latest
steps:
- run: echo ok > hello.txt
- uses: actions/github-script@v6
with:
script: |
const { data: release } = await github.rest.repos.getLatestRelease(context.repo);
const name = "hello.txt";
const data = await require("node:fs").promises.readFile(name);
await github.rest.repos.uploadReleaseAsset({
...context.repo,
release_id: release.id,
name,
data,
});

View file

@ -3,7 +3,7 @@
"version": "0.0.1",
"private": true,
"dependencies": {
"next": "^9.5.1",
"next": "^12.1.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