Skip to content

Commit

Permalink
docs: add AI Native Module (#142)
Browse files Browse the repository at this point in the history
* docs: add AI Native Module

* fix: node 14
  • Loading branch information
Ricbet authored May 10, 2024
1 parent f4e977f commit a4151cf
Show file tree
Hide file tree
Showing 3 changed files with 914 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 @@ -14,7 +14,7 @@ jobs:
- uses: actions/checkout@v1
- uses: actions/setup-node@v1
with:
node-version: '14.x'
node-version: '16.x'
- name: Test Build
run: |
yarn
Expand All @@ -30,7 +30,7 @@ jobs:
- uses: actions/checkout@v1
- uses: actions/setup-node@v1
with:
node-version: '14.x'
node-version: '16.x'
- name: Build
run: |
yarn
Expand Down
Loading

0 comments on commit a4151cf

Please sign in to comment.