summaryrefslogtreecommitdiff
path: root/.github/workflows/on-release-created.yml
diff options
context:
space:
mode:
authorsyuilo <4439005+syuilo@users.noreply.github.com>2024-05-04 20:56:14 +0900
committerGitHub <noreply@github.com>2024-05-04 20:56:14 +0900
commit2b21c1936212b6e1288d545b71544888e84ce8ab (patch)
tree36b64120b61e372fc92cccc1ca2ac55886733558 /.github/workflows/on-release-created.yml
parentchore(frontend): ui tweak (diff)
downloadsharkey-2b21c1936212b6e1288d545b71544888e84ce8ab.tar.gz
sharkey-2b21c1936212b6e1288d545b71544888e84ce8ab.tar.bz2
sharkey-2b21c1936212b6e1288d545b71544888e84ce8ab.zip
update deps (#13624)
* update deps * Update package.json * update deps * build: pass --strip-leading-paths to restore 0.2.x behavior (#13684) * :v: * :v: * pureimageの代わりに@napi-rs/canvasを使う (#13748) * pureimageの代わりに@napi-rs/canvasを使う * remove writestream * remove createtemp * wip * Update ClientServerService.ts * update pnpm to 9.x * update deps * re: update pnpm to 9.x * update node * :v: --------- Co-authored-by: anatawa12 <anatawa12@icloud.com> Co-authored-by: tamaina <tamaina@hotmail.co.jp>
Diffstat (limited to '.github/workflows/on-release-created.yml')
-rw-r--r--.github/workflows/on-release-created.yml4
1 files changed, 2 insertions, 2 deletions
diff --git a/.github/workflows/on-release-created.yml b/.github/workflows/on-release-created.yml
index 069534bd53..52463d7542 100644
--- a/.github/workflows/on-release-created.yml
+++ b/.github/workflows/on-release-created.yml
@@ -17,7 +17,7 @@ jobs:
strategy:
matrix:
- node-version: [20.10.0]
+ node-version: [20.12.2]
steps:
- uses: actions/checkout@v4.1.1
@@ -26,7 +26,7 @@ jobs:
- name: Install pnpm
uses: pnpm/action-setup@v3
with:
- version: 8
+ version: 9
run_install: false
- name: Use Node.js ${{ matrix.node-version }}
uses: actions/setup-node@v4.0.2