Skip to content

Caching npm install #41

Closed
Closed
@nathany

Description

@nathany

Are there plans to add caching for GitHub Actions? For example, in CircleCI we can greatly reduce the number of VM minutes spent with something like this:

- save_cache:
    key: v1-npm-dependency-cache-{{ checksum "package-lock.json" }}
    paths:
      - node_modules

(and the corresponding restore_cache).

I saw a tools cache for caching the Node.js download, but I'm not sure if that should be used for this.

Metadata

Metadata

Assignees

Labels

No labels
No labels

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions