-
Notifications
You must be signed in to change notification settings - Fork 4.2k
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
Node Upgrade #15037
Node Upgrade #15037
Conversation
# Conflicts: # package-lock.json # website/client/package-lock.json # website/client/package.json # website/client/src/components/static/faq.vue
@@ -41,11 +41,11 @@ describe('POST /challenges/:challengeId/flag', () => { | |||
}); | |||
|
|||
it('flags a challenge with a higher count when from an admin', async () => { | |||
await user.update({ 'contributor.admin': true }); | |||
const admin = await generateUser({ 'contributor.admin': true }); |
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.
TODO for me - revert this again and see if its working again
might have something to do with the domain-middleware
that the CI's stopped for it
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.
will try that again tomorrow
What's left with this PR |
with: | ||
node-version: ${{ matrix.node-version }} | ||
- run: sudo apt-get -y install libkrb5-dev |
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.
@SabreCat which program needed this dependency?
@@ -41,11 +41,11 @@ describe('POST /challenges/:challengeId/flag', () => { | |||
}); | |||
|
|||
it('flags a challenge with a higher count when from an admin', async () => { | |||
await user.update({ 'contributor.admin': true }); | |||
const admin = await generateUser({ 'contributor.admin': true }); |
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.
will try that again tomorrow
# Conflicts: # package-lock.json
# Conflicts: # package-lock.json # website/client/package-lock.json
# Conflicts: # package-lock.json # test/.eslintrc.js # website/client/package-lock.json # website/client/package.json # website/client/src/store/actions/user.js # website/client/src/store/index.js
# Conflicts: # package-lock.json # test/.eslintrc.js # website/client/package-lock.json # website/client/package.json # website/client/src/store/actions/user.js # website/client/src/store/index.js
…ved, viewbox stays) + SVGs in URLS wont be inlined
…cat/node-latest # Conflicts: # .eslintrc.js # package-lock.json # test/.eslintrc.js # website/client/src/assets/svg/experience.svg # website/client/src/assets/svg/gem-red.svg # website/client/src/assets/svg/gem.svg # website/client/src/assets/svg/hourglass-red.svg # website/client/src/assets/svg/hourglass.svg # website/client/src/assets/svg/streak.svg # website/client/src/assets/svg/warrior.svg # website/server/controllers/api-v3/chat.js
Also fixes an issue where process.env might be referenced before it's ready on the client
# Conflicts: # package-lock.json
Attempts to upgrade NodeJS to latest version. Version 14 which Habitica currently uses is no longer supported.