Skip to content

Commit

Permalink
Merge pull request #6 from fronteersbe/develop
Browse files Browse the repository at this point in the history
Fix for node version issue with Sass build
  • Loading branch information
mangamaui authored Oct 18, 2023
2 parents 1796fae + da5a757 commit cd87bb9
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/build-and-deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,8 @@ jobs:
- name: Use Node.js current
uses: actions/setup-node@v3
with:
node-version: current
# avoid sass issue
node-version: "20.x"

- name: Install packages
run: npm ci
Expand Down

0 comments on commit cd87bb9

Please sign in to comment.