-
Notifications
You must be signed in to change notification settings - Fork 13
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
Update package.json
dependencies
#113
Conversation
It should be able to get the version from .nvmrc
node-sass
with sass
package.json
dependencies
@@ -38,8 +30,7 @@ jobs: | |||
name: php | |||
steps: | |||
- checkout | |||
- node/install: | |||
node-version: '14.18.1' | |||
- node/install |
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 looks like the orb now finds the Node version from .nvmrc
@@ -5,7 +5,6 @@ | |||
"plugin:import/recommended", | |||
"plugin:eslint-comments/recommended", | |||
"plugin:jsx-a11y/recommended", | |||
"plugin:testing-library/recommended", |
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 sounds like this doesn't exist anymore
php -r "copy('https://getcomposer.org/installer', 'composer-setup.php');" | ||
EXPECTED_SIGNATURE=$(curl -s https://composer.github.io/installer.sig) | ||
ACTUAL_SIGNATURE=$(php -r "echo hash_file('sha384', 'composer-setup.php');") | ||
[[ "$EXPECTED_SIGNATURE" == "$ACTUAL_SIGNATURE" ]] && sudo php composer-setup.php --install-dir=/bin --filename=composer || exit 1 |
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.
Not related to this PR, just a simplification
@@ -0,0 +1,5 @@ | |||
module.exports = { |
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.
To replace .babelrc
$black: #000; | ||
$dark-gray-900: #191e23; | ||
$dark-gray-800: #23282d; | ||
$dark-gray-700: #32373c; | ||
$dark-gray-600: #40464d; | ||
$dark-gray-500: #555d66; // Use this most of the time for dark items. | ||
$dark-gray-500: #555d66; |
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.
To address new linting rules. I'm not sure why this isn't allowed.
Thanks a lot, @dreamwhisper! |
Changes
package.json
dependenciesnode-sass
withsass
Testing instructions