Skip to content

Commit 37baab4

Browse files
authored
chore: use .nvmrc as source of actions/setup-node@v3's following version (#151)
1 parent 45175a8 commit 37baab4

File tree

3 files changed

+6
-0
lines changed

3 files changed

+6
-0
lines changed

.github/workflows/jest.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,8 @@ jobs:
66
steps:
77
- uses: actions/checkout@v3
88
- uses: actions/setup-node@v3
9+
with:
10+
node-version-file: ".nvmrc"
911
- uses: pnpm/action-setup@v2
1012
with:
1113
version: 8.6.10

.github/workflows/prettier.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,8 @@ jobs:
66
steps:
77
- uses: actions/checkout@v3
88
- uses: actions/setup-node@v3
9+
with:
10+
node-version-file: ".nvmrc"
911
- uses: pnpm/action-setup@v2
1012
with:
1113
version: 8.6.10

.github/workflows/typescript.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,8 @@ jobs:
66
steps:
77
- uses: actions/checkout@v3
88
- uses: actions/setup-node@v3
9+
with:
10+
node-version-file: ".nvmrc"
911
- uses: pnpm/action-setup@v2
1012
with:
1113
version: 8.6.10

0 commit comments

Comments
 (0)