diff --git a/.github/workflows/client.yml b/.github/workflows/client.yml index e61c11f..d030b2c 100644 --- a/.github/workflows/client.yml +++ b/.github/workflows/client.yml @@ -24,7 +24,7 @@ jobs: - name: Install Node uses: actions/setup-node@v2 with: - node-version: "^15.8" + node-version: "^16" - name: Checkout uses: actions/checkout@v2