diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 7cd8beea6d..7c4f8d7d29 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -44,7 +44,7 @@ jobs: - name: Use Node.js latest uses: actions/setup-node@v2-beta with: - node-version: "15" + node-version: "16" - name: Get yarn cache directory path id: yarn-cache-dir-path run: echo "::set-output name=dir::$(yarn config get cacheFolder)"