From fda8c293be90c15c9951f9795be3ca503141f279 Mon Sep 17 00:00:00 2001 From: 839 <8398a7@gmail.com> Date: Sun, 22 Oct 2023 23:00:46 +0900 Subject: [PATCH] fixed nodejs version --- .github/workflows/ci.yml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 20154cde..979d0de0 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -27,6 +27,9 @@ jobs: steps: - uses: actions/checkout@v3 + - uses: actions/setup-node@v3 + with: + node-version: 16 - name: Get yarn cache directory path id: yarn-cache-dir-path run: echo "::set-output name=dir::$(yarn cache dir)"