Skip to content

Commit d7cc84e

Browse files
authored
Use LTS resolver instead of nightly
My guess is that the LTS version at the time did not support features required by this project. If so, that's no longer the case: now the LTS resolver can be used. That seems like a good idea to me.
1 parent aaf2190 commit d7cc84e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

stack.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
resolver: nightly-2018-09-29
1+
resolver: lts-14.7
22
packages:
33
- '.'
44

0 commit comments

Comments
 (0)