diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index d3d3151..7a9c1f7 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -13,7 +13,7 @@ jobs: - name: Setup Node.js environment uses: actions/setup-node@v2.1.5 with: - node-version: "14" + node-version: "14.16.7" - name: Cache node modules uses: actions/cache@v2