Skip to content

Commit

Permalink
test: minor cleanup build actions
Browse files Browse the repository at this point in the history
  • Loading branch information
jooy2 committed Dec 26, 2024
1 parent d293cba commit d28d938
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 4 deletions.
5 changes: 2 additions & 3 deletions .github/workflows/app-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,9 +5,8 @@ on:
branches: [main]
paths:
- '**'
- '!README.md'
- '!LICENSE'
- '!CODE_OF_CONDUCT.md'
- '!*.md'
- '!docs/**'
- '!.github/**'
- '.github/workflows/app-test.yml'
Expand All @@ -22,7 +21,7 @@ jobs:
strategy:
fail-fast: false
matrix:
node_version: ['18', '20', '22.1']
node_version: ['18', '20', '22']
os: [windows-latest, macos-latest, ubuntu-latest]

steps:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/documents.yml
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@ jobs:
# please check out the docs of the workflow for more details
# @see https://github.com/crazy-max/ghaction-github-pages
- name: Deploy to GitHub Pages
uses: crazy-max/ghaction-github-pages@v3
uses: crazy-max/ghaction-github-pages@v4
with:
# deploy to gh-pages branch
target_branch: gh-pages
Expand Down

0 comments on commit d28d938

Please sign in to comment.