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 094bcf9
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/gh-pages.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,10 @@ on:
jobs:
deploy:
runs-on: ubuntu-latest

with:
node-version: 20.x

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

with:
node-version: 20.x

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

0 comments on commit 094bcf9

Please sign in to comment.