Skip to content

Commit

Permalink
chore(ci): GitHub actions use nvmrc file
Browse files Browse the repository at this point in the history
Signed-off-by: Kevin Viglucci <[email protected]>
  • Loading branch information
viglucci committed Jan 2, 2025
1 parent ff68855 commit 7ac7c0a
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 7 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,9 +15,9 @@ jobs:
uses: actions/checkout@v2

- name: Install Node
uses: actions/setup-node@v2
uses: actions/setup-node@v4
with:
node-version: 12
node-version-file: .nvmrc

- name: Install Yarn
run: npm install -g yarn
Expand Down Expand Up @@ -47,7 +47,7 @@ jobs:
- name: Install Node
uses: actions/setup-node@v2
with:
node-version: 12
node-version-file: .nvmrc

- name: Install Yarn
run: npm install -g yarn
Expand Down Expand Up @@ -77,7 +77,7 @@ jobs:
- name: Install Node
uses: actions/setup-node@v2
with:
node-version: 12
node-version-file: .nvmrc

- name: Install Yarn
run: npm install -g yarn
Expand Down
6 changes: 3 additions & 3 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ jobs:
- name: Install Node
uses: actions/setup-node@v2
with:
node-version: 12
node-version-file: .nvmrc

- name: Install Yarn
run: npm install -g yarn
Expand Down Expand Up @@ -50,7 +50,7 @@ jobs:
- name: Install Node
uses: actions/setup-node@v2
with:
node-version: 12
node-version-file: .nvmrc

- name: Install Yarn
run: npm install -g yarn
Expand Down Expand Up @@ -84,7 +84,7 @@ jobs:
- name: Install Node
uses: actions/setup-node@v2
with:
node-version: 12
node-version-file: .nvmrc

- name: Install Yarn
run: npm install -g yarn
Expand Down

0 comments on commit 7ac7c0a

Please sign in to comment.