Skip to content

Commit

Permalink
update grunt-node-sass & no longer use old version of node (#77)
Browse files Browse the repository at this point in the history
* update grunt-node-sass

* use node 14 in pipeline

* also use newer grunt-node-sass for client

* don't specify node version

* update lock files & clean up using old node
  • Loading branch information
kkuepper authored Nov 7, 2023
1 parent 2e865c1 commit 5a6ff5e
Show file tree
Hide file tree
Showing 8 changed files with 12,579 additions and 9,516 deletions.
4 changes: 1 addition & 3 deletions .github/workflows/pipeline.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,10 +15,8 @@ jobs:
runs-on: macos-latest
steps:
- uses: actions/checkout@v2
- name: Use Node 10.x for compatibility with node-sass
- name: setup node
uses: actions/setup-node@v2
with:
node-version: 10.x
- name: cache .npm folder
uses: actions/cache@v2
env:
Expand Down
2 changes: 0 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -43,8 +43,6 @@ SETUP DEVELOPER ENVIRONMENT
---------------------------

**1. Install [NodeJS](http://nodejs.org/) and open Terminal / CMD**
!! grunt-node-sass is not compatible with newer versions of nodejs. So make sure that `node -v` is <= 10.x.x !!
(maybe consider using nvm (node version manager) `nvm use v10.24.1`)

**2. Install Yeoman, Bower and Yeoman generator**
```
Expand Down
Loading

0 comments on commit 5a6ff5e

Please sign in to comment.