Skip to content

Commit fbf6192

Browse files
CI update to use node v14, which doesn't close on unhandled promise rejections on tests
1 parent f4fbd1a commit fbf6192

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ jobs:
2323
- name: Set up nodejs
2424
uses: actions/setup-node@v2
2525
with:
26-
node-version: 'lts/*'
26+
node-version: '14'
2727
cache: 'npm'
2828

2929
- name: npm CI

0 commit comments

Comments
 (0)