diff --git a/.github/workflows/deploy.yml b/.github/workflows/deploy.yml index 5137ae0..ec62bdf 100644 --- a/.github/workflows/deploy.yml +++ b/.github/workflows/deploy.yml @@ -19,7 +19,7 @@ jobs: - name: Setup Node.js uses: actions/setup-node@v2 with: - node-version: 14 + node-version: 16 - name: Install Dependencies run: npm ci