diff --git a/.github/workflows/deploy.yml b/.github/workflows/deploy.yml index 7af6a20f7..4fee1e05a 100644 --- a/.github/workflows/deploy.yml +++ b/.github/workflows/deploy.yml @@ -24,7 +24,7 @@ jobs: fetch-depth: 0 # Fetch all history for git info - uses: actions/setup-node@v3 with: - node-version: 18 + node-version: 18.14 - name: Install Dependencies run: npm ci - name: Build Quartz @@ -43,4 +43,4 @@ jobs: steps: - name: Deploy to GitHub Pages id: deployment - uses: actions/deploy-pages@v2 \ No newline at end of file + uses: actions/deploy-pages@v2