-
Notifications
You must be signed in to change notification settings - Fork 12
major ver: Deprecate older versions of node and mongoose #114
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
Conversation
Signed-off-by: Alex Olivier <[email protected]>
Signed-off-by: Alex Olivier <[email protected]>
Signed-off-by: Alex Olivier <[email protected]>
Signed-off-by: Alex Olivier <[email protected]>
Signed-off-by: Alex Olivier <[email protected]>
Signed-off-by: Alex Olivier <[email protected]>
prisma/package.json
Outdated
| ], | ||
| "sideEffects": false, | ||
| "publishConfig": { | ||
| "access": "public" |
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.
It might be worth setting up publication from GitHub Actions on tag push (it's quite easy now that they support OIDC), in which case you can chuck "provenance": true in here as well and get a nice green tick on the npm page.
Co-authored-by: Andrew Haines <[email protected]> Signed-off-by: Alex Olivier <[email protected]>
Co-authored-by: Andrew Haines <[email protected]> Signed-off-by: Alex Olivier <[email protected]>
Signed-off-by: Alex Olivier <[email protected]>
Signed-off-by: Alex Olivier <[email protected]>
| - uses: actions/setup-node@v4 | ||
| with: | ||
| node-version: "20" | ||
| registry-url: "https://registry.npmjs.org" |
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.
This is, annoyingly, wrong in the docs: npm/documentation#1748
| registry-url: "https://registry.npmjs.org" |
| - uses: actions/setup-node@v4 | ||
| with: | ||
| node-version: "20" | ||
| registry-url: "https://registry.npmjs.org" |
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.
| registry-url: "https://registry.npmjs.org" |
Following @cerbos/cerbos-sdk-javascript