Eppo-exp / node-server-sdk

Eppo Node.js SDK
MIT License
9 stars 0 forks source link

Pavel/upgrade lru cache #29

Closed pavelflux closed 1 year ago

pavelflux commented 1 year ago

labels: mergeable

Fixes: Issue with the GH action to publish

Motivation and Context

Noticed an issue with GH actions which was not repro on local

Description

after some digging, reproduced the issue by running yarn add lru-cache@latest

What caught my eye was a deprecation warning in Gh actions log: npm WARN deprecated @types/lru-cache@7.10.10: This is a stub types definition. lru-cache provides its own type definitions, so you do not need this installed.

How has this been tested?

Running make prepare locally. Still need to publish the package via GH publish action to be sure