diff options
| author | syuilo <4439005+syuilo@users.noreply.github.com> | 2024-07-30 09:17:06 +0900 |
|---|---|---|
| committer | syuilo <4439005+syuilo@users.noreply.github.com> | 2024-07-30 09:17:06 +0900 |
| commit | 1991a02aa9ca191639ebd84eeae984ea7ec01cc1 (patch) | |
| tree | 4752bbb697765a0a734442562831ff806dc4d6e9 /.github/workflows/get-api-diff.yml | |
| parent | feature: ユーザ作成時にSystemWebhookを発信できるようにする ... (diff) | |
| download | sharkey-1991a02aa9ca191639ebd84eeae984ea7ec01cc1.tar.gz sharkey-1991a02aa9ca191639ebd84eeae984ea7ec01cc1.tar.bz2 sharkey-1991a02aa9ca191639ebd84eeae984ea7ec01cc1.zip | |
update node version
Diffstat (limited to '.github/workflows/get-api-diff.yml')
| -rw-r--r-- | .github/workflows/get-api-diff.yml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/.github/workflows/get-api-diff.yml b/.github/workflows/get-api-diff.yml index 4afafabf2e..af0ab8dde4 100644 --- a/.github/workflows/get-api-diff.yml +++ b/.github/workflows/get-api-diff.yml @@ -18,7 +18,7 @@ jobs: strategy: matrix: - node-version: [20.12.2] + node-version: [20.16.0] api-json-name: [api-base.json, api-head.json] include: - api-json-name: api-base.json |