Skip to content

Commit 77b549c

Browse files
chore(ci): use node 16 for unit tests
1 parent bda3f15 commit 77b549c

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

.github/workflows/ci.yml

+3
Original file line numberDiff line numberDiff line change
@@ -21,6 +21,9 @@ jobs:
2121
yarncmd: ['test', 'docs']
2222
steps:
2323
- uses: actions/checkout@v2
24+
- uses: actions/setup-node@v3
25+
with:
26+
node-version: 16
2427
- name: Install Dependencies
2528
run: yarn install --pure-lockfile
2629
- name: Check Peer Dependencies

0 commit comments

Comments
 (0)