diff --git a/.github/workflows/deploy.yml b/.github/workflows/deploy.yml index 3b139f0..b8a4486 100644 --- a/.github/workflows/deploy.yml +++ b/.github/workflows/deploy.yml @@ -16,7 +16,7 @@ jobs: - name: Set up Node.js uses: actions/setup-node@v2 with: - node-version: "16" # Make sure this matches your local environment + node-version: "20" # Make sure this matches your local environment - name: Clear npm cache run: npm cache clean --force