build: set node version

This commit is contained in:
Oliver Davies 2022-12-29 11:44:43 +00:00
parent eb192d6b91
commit d56cf00ef5

View file

@ -5,4 +5,4 @@ yarn test:unit
yarn build
"""
publish = "dist"
environment = { YARN_VERSION = "1.13.0" }
environment = { NODE_VERSION = "v12.6.0", YARN_VERSION = "1.13.0" }