Skip to content

Commit

Permalink
build: add nvmrc
Browse files Browse the repository at this point in the history
  • Loading branch information
Elliot-Alexander committed Jan 13, 2024
1 parent 80238ad commit 06872ae
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 4 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/cd.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ jobs:
- name: Install Node.js
uses: actions/setup-node@v4
with:
node-version-file: '.node-version'
node-version-file: '.nvmrc'
cache: 'pnpm'

- name: Install Dependencies
Expand Down
6 changes: 3 additions & 3 deletions .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ jobs:
- name: Install Node.js
uses: actions/setup-node@v4
with:
node-version-file: '.node-version'
node-version-file: '.nvmrc'
cache: 'pnpm'

- name: Run sherif
Expand All @@ -36,7 +36,7 @@ jobs:
- name: Install Node.js
uses: actions/setup-node@v4
with:
node-version-file: '.node-version'
node-version-file: '.nvmrc'
cache: 'pnpm'

- name: Install dependencies
Expand All @@ -60,7 +60,7 @@ jobs:
- name: Install Node.js
uses: actions/setup-node@v4
with:
node-version-file: '.node-version'
node-version-file: '.nvmrc'
cache: 'pnpm'

- name: Install dependencies
Expand Down
1 change: 1 addition & 0 deletions .nvmrc
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
20

0 comments on commit 06872ae

Please sign in to comment.