Skip to content

Commit 2118068

Browse files
authored
chore(ci): Use node 12 on Size Check job. (#4162)
1 parent aab7b2a commit 2118068

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.github/workflows/build.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -102,6 +102,8 @@ jobs:
102102
uses: actions/checkout@v2
103103
- name: Set up Node
104104
uses: actions/setup-node@v1
105+
with:
106+
node-version: '12'
105107
- name: Check dependency cache
106108
uses: actions/cache@v2
107109
with:

0 commit comments

Comments
 (0)