From 62a2b98727d081e2a055c0e05f86cf822c88192b Mon Sep 17 00:00:00 2001 From: Alan Wang Date: Tue, 2 Jul 2024 04:41:05 +0000 Subject: [PATCH] User updating --- .github/workflows/dependabot-test.yml | 2 +- .github/workflows/github-pages-deploy.yml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/dependabot-test.yml b/.github/workflows/dependabot-test.yml index 581fc8d..8653deb 100644 --- a/.github/workflows/dependabot-test.yml +++ b/.github/workflows/dependabot-test.yml @@ -24,7 +24,7 @@ jobs: - name: Setup Nodejs uses: actions/setup-node@v4 with: - node-version: 20 + node-version: 'latest' - name: Install Dependencies run: | diff --git a/.github/workflows/github-pages-deploy.yml b/.github/workflows/github-pages-deploy.yml index 0c79e77..8d403ef 100644 --- a/.github/workflows/github-pages-deploy.yml +++ b/.github/workflows/github-pages-deploy.yml @@ -26,7 +26,7 @@ jobs: - name: Setup Nodejs uses: actions/setup-node@v4 with: - node-version: 20 + node-version: 'latest' - name: Install Dependencies run: |