MetaMask / design-tokens

Design tokens to be used throughout MetaMask products
https://metamask.github.io/design-tokens/?path=/docs/getting-started-introduction--docs
Apache License 2.0
28 stars 15 forks source link

ci: fix broken build-test workflow #539

Closed legobeat closed 9 months ago

legobeat commented 1 year ago

Tests have not actually been running in CI since #248, which introduced an error in the workflow file. This fixes that.

Note that the package currently only supports Node.js v16; extending support to v18 will be addressed separately.