Skip to content

Commit

Permalink
ci: use node 20
Browse files Browse the repository at this point in the history
  • Loading branch information
h3rmanj committed Oct 24, 2023
1 parent 831ec0d commit 51a5ef6
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/publish-docs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,8 +5,8 @@ on:
branches:
- main
paths:
- 'docusaurus/**'
- '.github/workflows/publish-docs.yml'
- "docusaurus/**"
- ".github/workflows/publish-docs.yml"

jobs:
gh-release:
Expand All @@ -15,7 +15,7 @@ jobs:
- uses: actions/checkout@v3
- uses: actions/setup-node@v3
with:
node-version: '16'
node-version: "20"
- name: Build
run: |
cd docusaurus
Expand Down

0 comments on commit 51a5ef6

Please sign in to comment.