From 161360502ea86927b7c113319cf7c0c2964f5f13 Mon Sep 17 00:00:00 2001 From: Aarti Rathi <72682683+shinchancode@users.noreply.github.com> Date: Sat, 11 Nov 2023 00:24:00 +0530 Subject: [PATCH] Update deploy.yml --- .github/workflows/deploy.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/deploy.yml b/.github/workflows/deploy.yml index b043766..14a3313 100644 --- a/.github/workflows/deploy.yml +++ b/.github/workflows/deploy.yml @@ -17,7 +17,7 @@ jobs: - name: Setup Node uses: actions/setup-node@v3 with: - node-version: 16 + node-version: 16.20.2 - name: Install dependencies uses: bahmutov/npm-install@v1 @@ -48,4 +48,4 @@ jobs: uses: peaceiris/actions-gh-pages@v3 with: github_token: ${{ secrets.GITHUB_TOKEN }} - publish_dir: ./dist \ No newline at end of file + publish_dir: ./dist