Skip to content

Commit

Permalink
updating docsusaurusu and updating migration
Browse files Browse the repository at this point in the history
  • Loading branch information
iruzevic committed Nov 6, 2023
1 parent 1503f2a commit ffd1988
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/documentation.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ jobs:
- uses: actions/checkout@v1
- uses: actions/setup-node@v1
with:
node-version: '16.x'
node-version: '19.x'
- name: Test Build
run: |
if [ -e yarn.lock ]; then
Expand All @@ -47,7 +47,7 @@ jobs:
- uses: actions/checkout@v1
- uses: actions/setup-node@v1
with:
node-version: '16.x'
node-version: '19.x'
- uses: webfactory/ssh-agent@v0.5.0
with:
ssh-private-key: ${{ secrets.GH_PAGES_DEPLOY }}
Expand Down

0 comments on commit ffd1988

Please sign in to comment.