From 0cd6425a4f9cbbef6dcecefab33b2940a727aacb Mon Sep 17 00:00:00 2001 From: Yuta Hayashibe Date: Mon, 10 Oct 2022 00:06:59 +0900 Subject: [PATCH] Use node16 --- .github/workflows/ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 2fa718e..1c24639 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -47,7 +47,7 @@ jobs: - uses: actions/setup-node@v3 with: - node-version: '14' + node-version: '16' cache: npm - run: npm install - run: poetry run make -j $(nproc)