From 8aa12ea6a8c8653ab8f8325e2d625dd2eb241212 Mon Sep 17 00:00:00 2001 From: Bobby Date: Wed, 9 Mar 2022 07:04:56 +0700 Subject: [PATCH] ci(actions): use node 16 --- .github/workflows/build.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 0e22899..a895aa1 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -20,7 +20,7 @@ jobs: - name: Use Node.js uses: actions/setup-node@v2 with: - node-version: '14.x' + node-version: '16.x' - name: Get yarn cache directory path id: yarn-cache-dir-path