Attempt to fix vuepress site

This commit is contained in:
Daniel Lovell
2024-09-30 02:26:02 -07:00
parent 4882caea45
commit 4fb40a2bc6
4 changed files with 42 additions and 29 deletions

View File

@@ -25,10 +25,10 @@ jobs:
- name: Setup Node.js
uses: actions/setup-node@v3
with:
node-version: '16'
node-version: '18' # Updated to Node.js 18
- name: Install dependencies
run: npm install
run: npm ci
working-directory: './docs'
- name: Build documentation