Skip to content

Commit ee5bb86

Browse files
committed
Pin node version
1 parent 67feccb commit ee5bb86

1 file changed

Lines changed: 8 additions & 0 deletions

File tree

.github/workflows/ci.yml

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -51,6 +51,10 @@ jobs:
5151
steps:
5252
- name: Checkout
5353
uses: actions/checkout@v3
54+
- name: Setup Node
55+
uses: actions/setup-node@v4
56+
with:
57+
node-version-file: ".nvmrc"
5458
- name: Install
5559
shell: bash
5660
run: yarn
@@ -66,6 +70,10 @@ jobs:
6670
steps:
6771
- name: Checkout
6872
uses: actions/checkout@v3
73+
- name: Setup Node
74+
uses: actions/setup-node@v4
75+
with:
76+
node-version-file: .nvmrc
6977
- name: Install
7078
shell: bash
7179
run: yarn

0 commit comments

Comments
 (0)