Stop removing canvas files from cache (#15953)

This was part of the node 16 upgrade and is no longer helpful
This commit is contained in:
Daniel Uber 2022-01-04 16:12:59 -06:00 committed by GitHub
parent 6b85197f5f
commit 3238fd40e6
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -7,8 +7,6 @@ cache:
bundler: true
directories:
- node_modules
before_cache:
- find node_modules -type f -name "*.node" -delete
rvm:
- 3.0.2
addons: