mirror of
https://gitea.com/gitea/docs.git
synced 2026-03-27 05:58:30 +07:00
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:
committed by
techknowlogick
parent
07849dda65
commit
d3697c65d2
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user