Skip to content

Commit

Permalink
update node version for GHA
Browse files Browse the repository at this point in the history
docusaurus's dependencies need newer node version.

Signed-off-by: Yihong Wang <[email protected]>
  • Loading branch information
yhwang authored and tdcmeehan committed Aug 20, 2024
1 parent cb8eff4 commit 9c4ff7d
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand All @@ -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 "[email protected]" && git config --global user.name "Presto Bot"
- name: Fetch credentials
Expand Down

0 comments on commit 9c4ff7d

Please sign in to comment.