From a983133cecaa94d9ac11b4f9f5d1528a0874996c Mon Sep 17 00:00:00 2001 From: William Harrison Date: Wed, 9 Aug 2023 19:44:48 +0800 Subject: [PATCH] feat(validation): bump node to v16 --- .github/workflows/checks.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/checks.yml b/.github/workflows/checks.yml index 678e6525c..99b47d0ab 100644 --- a/.github/workflows/checks.yml +++ b/.github/workflows/checks.yml @@ -9,10 +9,10 @@ jobs: with: ref: ${{ github.event.pull_request.head.sha }} fetch-depth: 0 - - name: Setup node v15 + - name: Setup node v16 uses: actions/setup-node@v1 with: - node-version: '15' + node-version: '16' - name: Install dependencies uses: borales/actions-yarn@v2.0.0 with: