Update node version (#10639)

This commit is contained in:
Kohei Ota (inductor)
2023-04-15 10:20:39 +09:00
committed by GitHub
parent 83d0f819be
commit 5a8748b2b0
5 changed files with 7 additions and 7 deletions

View File

@@ -16,7 +16,7 @@ jobs:
- name: Setup Node.js
uses: actions/setup-node@v3.6.0
with:
node-version: 18.x
node-version-file: '.node-version'
cache: 'pnpm'
- name: Install dependencies