Run both workflows on node 18 (#68)

Should also fix the build failure on main under node 20:

https://github.com/facebook/docusaurus/issues/9278

Reviewed-on: https://gitea.com/gitea/gitea-docusaurus/pulls/68
Reviewed-by: techknowlogick <techknowlogick@noreply.gitea.com>
Co-authored-by: silverwind <me@silverwind.io>
Co-committed-by: silverwind <me@silverwind.io>
This commit is contained in:
silverwind
2023-09-07 21:26:20 +00:00
committed by techknowlogick
parent 07849dda65
commit d3697c65d2
2 changed files with 2 additions and 2 deletions

View File

@@ -10,7 +10,7 @@ jobs:
- uses: actions/checkout@v3
- uses: https://github.com/actions/setup-node@v3
with:
node-version: 16
node-version: 18
- name: install necessary tools
run: |
apt update -y && apt install -y rsync python python3-pip