Skip to content

Commit

Permalink
ci: node version
Browse files Browse the repository at this point in the history
  • Loading branch information
drl990114 committed Nov 5, 2024
1 parent 6cb9f31 commit 8efe7e2
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 0 deletions.
6 changes: 6 additions & 0 deletions .github/workflows/gh-pages.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,12 @@ on:
jobs:
deploy:
runs-on: ubuntu-latest

strategy:
fail-fast: false
matrix:
node-version: [20.x]

steps:
- uses: actions/checkout@v2
- name: Install dependencies
Expand Down
5 changes: 5 additions & 0 deletions .github/workflows/test-ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,11 @@ jobs:
test:
runs-on: ubuntu-latest

strategy:
fail-fast: false
matrix:
node-version: [20.x]

steps:
- name: Checkout repository
uses: actions/checkout@v3 # v3
Expand Down

0 comments on commit 8efe7e2

Please sign in to comment.