Skip to content

Commit

Permalink
Merge pull request #85 from hlqviet/upstream
Browse files Browse the repository at this point in the history
Use .node-version file for workflow
  • Loading branch information
mrrfv authored Mar 29, 2024
2 parents e1d5c0f + 5b209c2 commit e1fe75d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion auto_update_github_action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ jobs:
- name: Install Node.js
uses: actions/setup-node@v4
with:
node-version: "20.11.1"
node-version-file: ".node-version"

- name: Install npm dependencies
run: npm ci
Expand Down

0 comments on commit e1fe75d

Please sign in to comment.