Skip to content

Commit 61b21e6

Browse files
committed
build: .nvmrc
1 parent 9aabd3c commit 61b21e6

File tree

3 files changed

+3
-2
lines changed

3 files changed

+3
-2
lines changed

.github/workflows/gh-pages.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ jobs:
2525

2626
- uses: actions/setup-node@v3
2727
with:
28-
node-version: 18
28+
node-version-file: .nvmrc
2929

3030
- name: ⚙️ install dependencies
3131
run: npm install

.github/workflows/main.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ jobs:
1414

1515
- uses: actions/setup-node@v3
1616
with:
17-
node-version: 18
17+
node-version-file: .nvmrc
1818

1919
- name: ⚙️ install dependencies
2020
run: npm install

.nvmrc

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
lts/jod

0 commit comments

Comments
 (0)