Skip to content

Commit

Permalink
Update actions
Browse files Browse the repository at this point in the history
  • Loading branch information
thera2002 committed Nov 4, 2024
1 parent 567dac4 commit fac5a0e
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 53 deletions.
7 changes: 5 additions & 2 deletions .github/workflows/00-gendoc.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,8 +14,11 @@ jobs:
- name: Checkout code
uses: actions/checkout@v2

- name: Setup node
uses: actions/setup-node@v2
- name: Setup Node.js
uses: actions/setup-node@v4
with:
node-version: '20'
cache: 'npm'
- run: npm install ink-docstrap

- name: JSDoc Action
Expand Down
51 changes: 0 additions & 51 deletions .github/workflows/02-examples.yml

This file was deleted.

0 comments on commit fac5a0e

Please sign in to comment.