-
Notifications
You must be signed in to change notification settings - Fork 1
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
SYS-197 sync up with other changes and add unit tests #5
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Approving Chris' changes but I can't hit approve because I created the PR
.github/workflows/ci.yml
Outdated
uses: actions/[email protected] | ||
with: | ||
node-version: '${{ vars.NODE_VERSION }}' | ||
cache: 'npm' |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Can we try caching the deps here too?
cache: 'npm' | |
cache: 'npm' | |
cache-dependency-path: package-lock.json |
a2a47df
to
985f855
Compare
2ebbd4f
to
bf7fa3d
Compare
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Looks good! Thanks again for the detailed summary @chrypnotoad !
.eslintrc.json
lint
andlint-windows
consolidated to justlint
which should pass in glob pattern to eslint on all platforms