From 9c4ff7d6d482f2a59098f98c06904e5652aa1b71 Mon Sep 17 00:00:00 2001 From: Yihong Wang Date: Tue, 20 Aug 2024 11:57:14 -0700 Subject: [PATCH] update node version for GHA docusaurus's dependencies need newer node version. Signed-off-by: Yihong Wang --- .github/workflows/publish.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/publish.yml b/.github/workflows/publish.yml index f4a903c4a..e28b603a5 100644 --- a/.github/workflows/publish.yml +++ b/.github/workflows/publish.yml @@ -14,7 +14,7 @@ jobs: - uses: actions/checkout@v1 - uses: actions/setup-node@v1 with: - node-version: '10.x' + node-version: '18.x' - name: Test Build run: cd website && yarn install && yarn build gh-release: @@ -24,7 +24,7 @@ jobs: - uses: actions/checkout@v1 - uses: actions/setup-node@v1 with: - node-version: '10.x' + node-version: '18.x' - name: Git config run: git config --global user.email "presto-oss@users.noreply.github.com" && git config --global user.name "Presto Bot" - name: Fetch credentials