ci: bump node version

This commit is contained in:
Kim, Jimin 2023-06-25 11:59:02 +09:00
parent 67ff28b63c
commit 979482f294

View file

@ -17,7 +17,7 @@ jobs:
- name: Setup Node
uses: actions/setup-node@v2
with:
node-version: 16
node-version: 18
cache: pnpm
- name: Install dependencies
run: pnpm install