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 72da68c
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .github/workflows/gh-pages.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,11 @@ jobs:
deploy:
runs-on: ubuntu-latest
steps:
- name: Install node
uses: actions/setup-node@v4
with:
node-version-file: '../../.nvmrc'

- uses: actions/checkout@v2
- name: Install dependencies
run: yarn install --immutable
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 @@ -10,6 +10,11 @@ jobs:
runs-on: ubuntu-latest

steps:
- name: Install node
uses: actions/setup-node@v4
with:
node-version-file: '../../.nvmrc'

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

Expand Down

0 comments on commit 72da68c

Please sign in to comment.