Skip to content
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

add a github workflow #146

Merged
merged 1 commit into from
May 9, 2023
Merged

add a github workflow #146

merged 1 commit into from
May 9, 2023

Conversation

zzantozz
Copy link
Contributor

@zzantozz zzantozz commented May 9, 2023

This adds a workflow named "test" so that pull requests will be tested
and given a commit status, which is a pre-requisite for merging now.

I also add a shrinkwrap file here because we're currently on node
0.10.33, which doesn't support any other kind of dependency locking
that I know of. With this file present, an npm install will install
the versions specified here instead of in package.json. It effectively
acts as a package-lock.json file, but that's introduced much later
in npm's life. Eventually, we'll have to switch over because
shrinkwrap is deprecated in favor of package-lock.json. For now,
this will let us ensure we're using the correct depenedency versions
in dev. I pulled this from a current dreadnot production deployment.

This adds a workflow named "test" so that pull requests will be tested
and given a commit status, which is a pre-requisite for merging now.

I also add a shrinkwrap file here because we're currently on node
0.10.33, which doesn't support any other kind of dependency locking
that I know of.  With this file present, an `npm install` will install
the versions specified here instead of in package.json. It effectively
acts as a `package-lock.json` file, but that's introduced much later
in npm's life. Eventually, we'll have to switch over because
shrinkwrap is deprecated in favor of `package-lock.json`. For now,
this will let us ensure we're using the correct depenedency versions
in dev. I pulled this from a current dreadnot production deployment.
@zzantozz zzantozz merged commit 6a3dc25 into master May 9, 2023
1 check passed
@zzantozz zzantozz deleted the github-workflow branch May 9, 2023 15:48
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants