Skip to content

Commit ffd1988

Browse files
committed
updating docsusaurusu and updating migration
1 parent 1503f2a commit ffd1988

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/documentation.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ jobs:
2727
- uses: actions/checkout@v1
2828
- uses: actions/setup-node@v1
2929
with:
30-
node-version: '16.x'
30+
node-version: '19.x'
3131
- name: Test Build
3232
run: |
3333
if [ -e yarn.lock ]; then
@@ -47,7 +47,7 @@ jobs:
4747
- uses: actions/checkout@v1
4848
- uses: actions/setup-node@v1
4949
with:
50-
node-version: '16.x'
50+
node-version: '19.x'
5151
- uses: webfactory/ssh-agent@v0.5.0
5252
with:
5353
ssh-private-key: ${{ secrets.GH_PAGES_DEPLOY }}

0 commit comments

Comments
 (0)