Skip to content

Commit

Permalink
use node 14 in pipeline
Browse files Browse the repository at this point in the history
  • Loading branch information
kkuepper committed Nov 7, 2023
1 parent 8990c05 commit eca92f3
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/pipeline.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,10 +15,10 @@ jobs:
runs-on: macos-latest
steps:
- uses: actions/checkout@v2
- name: Use Node 10.x for compatibility with node-sass
- name: Use Node 14.x for compatibility with node-sass
uses: actions/setup-node@v2
with:
node-version: 10.x
node-version: 14.x
- name: cache .npm folder
uses: actions/cache@v2
env:
Expand Down

0 comments on commit eca92f3

Please sign in to comment.