Skip to content

Commit

Permalink
fix: update .nvmrc to use LTS node
Browse files Browse the repository at this point in the history
Signed-off-by: Vinayak Kulkarni <19776877+vinayakkulkarni@users.noreply.github.com>
  • Loading branch information
vinayakkulkarni committed Mar 16, 2023
1 parent f98722e commit d84abce
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ jobs:
- name: Setup node env 📦
uses: actions/setup-node@v3.6.0
with:
node-version: ${{ matrix.node }}
node-version-file: '.nvmrc'
check-latest: true
cache: 'npm'
- name: Install dependencies 🚀
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/shipjs-trigger.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ jobs:
- name: Setup node environment 📦
uses: actions/setup-node@v3
with:
node-version-file: 'package.json'
node-version-file: '.nvmrc'
check-latest: true
cache: 'npm'

Expand Down
2 changes: 1 addition & 1 deletion .nvmrc
Original file line number Diff line number Diff line change
@@ -1 +1 @@
node
18

0 comments on commit d84abce

Please sign in to comment.