chore: update to Node.JS v20

This commit is contained in:
Kim, Jimin 2024-02-29 00:07:36 +09:00
parent 12ed6cf0c2
commit 7079f92414
Signed by: pomp
GPG key ID: 77DAC7BB5CA8C7AA
11 changed files with 157 additions and 141 deletions

View file

@ -22,7 +22,7 @@ jobs:
- name: Setup Node
uses: actions/setup-node@v3
with:
node-version: 18
node-version: 20
cache: pnpm
- name: Store Playwright's Version