Skip to content

Commit d281172

Browse files
committed
Update ci.yml
1 parent 8a8a942 commit d281172

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

.github/workflows/ci.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -58,6 +58,9 @@ jobs:
5858
name: Jest
5959
steps:
6060
- uses: actions/checkout@v2
61+
- uses: actions/setup-node@v2
62+
with:
63+
node-version: '15'
6164
- name: Install dependencies
6265
run: yarn install
6366
- name: Run Jest

0 commit comments

Comments
 (0)