diff --git a/.github/workflows/gh-pages.deploy.yml b/.github/workflows/gh-pages.deploy.yml index 6c25d2a0..af405292 100644 --- a/.github/workflows/gh-pages.deploy.yml +++ b/.github/workflows/gh-pages.deploy.yml @@ -1,20 +1,16 @@ name: Deploy to GitHub Pages - on: push: branches: [main] - jobs: build: runs-on: ubuntu-latest - strategy: matrix: - node-version: [14.x] - + node-version: [18.x] steps: - name: Get files