Skip to content

Commit

Permalink
update node version to use file instead
Browse files Browse the repository at this point in the history
Signed-off-by: Yuyuutsu <[email protected]>
  • Loading branch information
Yuyuutsu committed Nov 8, 2023
1 parent 9e2750e commit aae1e48
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/pull_request.yml
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ jobs:
- uses: actions/checkout@v3
- uses: actions/setup-node@v3
with:
node-version: "18.14.0"
node-version-file: ".nvmrc"
- name: Get yarn cache
id: get-yarn-cache
run: echo "dir=$(yarn cache dir)" >> $GITHUB_OUTPUT
Expand All @@ -61,7 +61,7 @@ jobs:
cache: 'pipenv'
- uses: actions/setup-node@v3
with:
node-version: "18.14.0"
node-version-file: ".nvmrc"
- name: Write app version
run: printf "${{ github.event.pull_request.head.sha }}" > .application-version
- name: Install pipenv
Expand Down Expand Up @@ -144,7 +144,7 @@ jobs:
- uses: actions/checkout@v3
- uses: actions/setup-node@v3
with:
node-version: "18.14.0"
node-version-file: ".nvmrc"
- run: |
echo "PYTHON_VERSION=$(cat .python-version)" >> $GITHUB_ENV
- uses: actions/setup-python@v4
Expand Down

0 comments on commit aae1e48

Please sign in to comment.