Skip to content

Commit

Permalink
fix: use .nvmrc version file
Browse files Browse the repository at this point in the history
  • Loading branch information
longtv2222 committed Dec 11, 2023
1 parent 3f8cb58 commit eabadac
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/push.yml
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ jobs:
- name: Setup Node and Caching
uses: actions/setup-node@v3
with:
node-version: "16"
node-version-file: '.nvmrc'
cache: "npm"
cache-dependency-path: infrastructure/package-lock.json

Expand Down

0 comments on commit eabadac

Please sign in to comment.