Skip to content

Commit

Permalink
ci: update workflow config.
Browse files Browse the repository at this point in the history
  • Loading branch information
jaywcjlove committed Mar 7, 2024
1 parent 625986d commit 8158de9
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion .github/FUNDING.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,4 +5,4 @@
# ko_fi: # Replace with a single Ko-fi username
# tidelift: # npm/svgtofont
# community_bridge: # Replace with a single Community Bridge project-name e.g., cloud-foundry
custom: https://jaywcjlove.github.io/sponsor.html
custom: https://wangchujiang.com/#/sponsor
8 changes: 4 additions & 4 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,10 +10,10 @@ jobs:
contents: write
id-token: write
steps:
- uses: actions/checkout@v3
- uses: actions/setup-node@v3
- uses: actions/checkout@v4
- uses: actions/setup-node@v4
with:
node-version: 18
node-version: 20
registry-url: 'https://registry.npmjs.org'

- run: npm install
Expand All @@ -32,7 +32,7 @@ jobs:
Home: index.html
EOF
- run: npm install idoc@1.26.6 -g
- run: npm install idoc@1 -g
- run: idoc --output coverage

# - name: Converts Markdown to HTML
Expand Down

0 comments on commit 8158de9

Please sign in to comment.