Skip to content

Commit

Permalink
update node-version to node-version-file
Browse files Browse the repository at this point in the history
Signed-off-by: Yuyuutsu <[email protected]>
  • Loading branch information
Yuyuutsu committed Nov 3, 2023
1 parent 3a909c0 commit c7f3782
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/pull_request.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ jobs:
python-version: ${{ env.PYTHON_VERSION }}
- uses: actions/setup-node@v3
with:
node-version: "18.14.2"
node-version-file: ".nvmrc"
cache: "yarn"
- run: |
echo "PYTHON_VERSION=$(python -c 'import platform; print(platform.python_version())')" >> $GITHUB_ENV
Expand Down Expand Up @@ -55,7 +55,7 @@ jobs:
python-version: ${{ env.PYTHON_VERSION }}
- uses: actions/setup-node@v3
with:
node-version: "18.14.2"
node-version-file: ".nvmrc"
cache: "yarn"
- run: |
echo "PYTHON_VERSION=$(python -c 'import platform; print(platform.python_version())')" >> $GITHUB_ENV
Expand Down

0 comments on commit c7f3782

Please sign in to comment.