Closed scinos closed 2 weeks ago
Fixes the CI errors introduced in #152
The fix consist in a few changes:
actions/setup-node
.nvmrc
package.json
Tested locally with act, seems to work fine. Will keep an eye on GH Actions results once this get approved.
act
Closing this so I can generate it from a branch, instead of using my fork's main.
Pull Request Template for Home Assistant / Lovelace Card Repository
Overview
Fixes the CI errors introduced in #152
Type of Change
Additional Details
The fix consist in a few changes:
actions/setup-node
to latest version.actions/setup-node
so we don't to deal with the cache ourselves..nvmrc
.package.json
.Tested locally with
act
, seems to work fine. Will keep an eye on GH Actions results once this get approved.