This commit is contained in:
Chris Trevino 2023-08-30 11:02:42 -07:00
Родитель be51d6780d
Коммит 92da8b290e
1 изменённых файлов: 2 добавлений и 2 удалений

4
.github/workflows/docsite.yml поставляемый
Просмотреть файл

@ -24,10 +24,10 @@ jobs:
restore-keys: |
${{ runner.os }}-yarn-
- name: Use Node.js 16.x
- name: Use Node.js 18.x
uses: actions/setup-node@v1
with:
node-version: 16.x
node-version: 18.x
- run: yarn install