diff --git a/.github/workflows/gh-pages.yml b/.github/workflows/gh-pages.yml index 10203c5..980bc59 100644 --- a/.github/workflows/gh-pages.yml +++ b/.github/workflows/gh-pages.yml @@ -12,7 +12,7 @@ jobs: - uses: actions/checkout@v3 - uses: actions/setup-node@v3 with: - node-version: 16 + node-version: 20 - run: npm ci - run: npm run build - name: Deploy 🚀