From e3b9a839f50f070f77c085d580fa17e4c5d7dd3a Mon Sep 17 00:00:00 2001 From: Felix Rieseberg Date: Mon, 4 Jan 2021 10:31:33 -0800 Subject: [PATCH] build: Update Node version --- .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 ce82b2a..6851942 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -16,7 +16,7 @@ jobs: - name: Setup Node.js uses: actions/setup-node@v1 with: - node-version: 12.x + node-version: 15.x - name: Get yarn cache directory path id: yarn-cache-dir-path run: echo "::set-output name=dir::$(yarn cache dir)"