Merge c5688331eee875a4e98a49c18883290ab30b00fb into f43a0e5ff2bd294095638e18286ca9a3d1956744

This commit is contained in:
Jongwoo Han 2023-08-24 09:59:56 -07:00 committed by GitHub
commit 9f9acde65f
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -25,9 +25,10 @@ jobs:
- uses: actions/checkout@v3
- name: Set Node.js 16.x
uses: actions/setup-node@v1
uses: actions/setup-node@v3
with:
node-version: 16.x
cache: npm
- name: Install dependencies
run: npm ci