Skip to content

Commit

Permalink
feat: use dart-sass instead of node sass
Browse files Browse the repository at this point in the history
  • Loading branch information
cycjimmy committed Jul 16, 2024
1 parent cea2222 commit cbc2457
Show file tree
Hide file tree
Showing 5 changed files with 6,097 additions and 8,891 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/deploy2GhPages.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ jobs:
- name: Setup Node.js
uses: actions/setup-node@v4
with:
node-version: '18'
node-version: 18

- name: Pre-built
run: |
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/nodeTestCI.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ jobs:
runs-on: ${{ matrix.os }}
strategy:
matrix:
node: [ '18' ]
node: [ 18 ]
os: [ubuntu-latest, windows-latest, macOS-latest]

steps:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ jobs:
- name: Setup Node.js
uses: actions/setup-node@v4
with:
node-version: '18'
node-version: 18

- name: Install dependencies
run: npm ci
Expand Down
Loading

0 comments on commit cbc2457

Please sign in to comment.