Skip to content

Commit

Permalink
don't specify node version
Browse files Browse the repository at this point in the history
  • Loading branch information
kkuepper committed Nov 7, 2023
1 parent 2fe0c08 commit e66ece5
Showing 1 changed file with 1 addition and 3 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 14.x for compatibility with node-sass
- name: setup node
uses: actions/setup-node@v2
with:
node-version: 14.x
- name: cache .npm folder
uses: actions/cache@v2
env:
Expand Down

0 comments on commit e66ece5

Please sign in to comment.