chore: update docs deploy pipeline

pull/205/merge
Boaz Poolman 2026-02-01 15:25:59 +01:00
parent 86b411b657
commit e978c81cae
1 changed files with 1 additions and 1 deletions

View File

@ -18,7 +18,7 @@ jobs:
- name: Set up Node.js - name: Set up Node.js
uses: actions/setup-node@v4 uses: actions/setup-node@v4
with: with:
node-version: 16.x node-version: 20.x
cache: yarn cache: yarn
- name: Install dependencies - name: Install dependencies
run: cd docs && yarn install --frozen-lockfile --non-interactive run: cd docs && yarn install --frozen-lockfile --non-interactive