diff --git a/.github/workflows/gh-pages.yml b/.github/workflows/gh-pages.yml index 2e9af4c..e9dd0a8 100644 --- a/.github/workflows/gh-pages.yml +++ b/.github/workflows/gh-pages.yml @@ -14,7 +14,7 @@ jobs: - name: Install Node.js uses: actions/setup-node@v3 with: - node-version: 19.2.0 + node-version: 20.11.0 cache: npm - name: Install dependencies