Merge tag '2023.10.2' into art/bump-2023.10.2

This commit is contained in:
Zel9278 2023-10-29 12:41:11 +09:00
commit 377914bd73
1863 changed files with 39210 additions and 20256 deletions

View file

@ -16,17 +16,17 @@ jobs:
strategy:
matrix:
node-version: [20.x]
node-version: [20.5.1]
# See supported Node.js release schedule at https://nodejs.org/en/about/releases/
steps:
- name: Checkout
uses: actions/checkout@v3.3.0
uses: actions/checkout@v4.1.1
- run: corepack enable
- name: Setup Node.js ${{ matrix.node-version }}
uses: actions/setup-node@v3.6.0
uses: actions/setup-node@v3.8.1
with:
node-version: ${{ matrix.node-version }}
cache: 'pnpm'