Skip to content

Commit

Permalink
fix: resolve node-gyp / node-sass errors on build (#374)
Browse files Browse the repository at this point in the history
* build: set node to current maintenance version

* build: node-sass bump

* ci: minimum node

* fix: typo
  • Loading branch information
mcataford committed Aug 3, 2021
1 parent 82bf01c commit bd690e6
Show file tree
Hide file tree
Showing 4 changed files with 384 additions and 161 deletions.
2 changes: 1 addition & 1 deletion .nvmrc
Original file line number Diff line number Diff line change
@@ -1 +1 @@
10.18.0
v12.22.4
2 changes: 1 addition & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ language: node_js
cache: yarn

node_js:
- "10.18.0"
- "12.22.4"

jobs:
include:
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -149,7 +149,7 @@
"trailingComma": "es5"
},
"engines": {
"node": ">=6.2.2"
"node": ">=6.14.14"
},
"license": "MIT"
}
Loading

0 comments on commit bd690e6

Please sign in to comment.