Skip to content

Commit

Permalink
ci: fix sass error
Browse files Browse the repository at this point in the history
  • Loading branch information
aarushtools authored and alanzhu0 committed Oct 19, 2024
1 parent ea1ecbc commit 129cfbc
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -140,7 +140,7 @@
3.8
],
"node-version": [
"12.x"
"14.x"
]
},
"fail-fast": false
Expand Down
2 changes: 1 addition & 1 deletion ci/spec.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ env:
python_versions: &python_versions
- 3.8
node_versions: &node_versions
- 12.x
- 14.x

python_setup: &python_setup
name: Set up Python ${{ matrix.python-version }}
Expand Down

0 comments on commit 129cfbc

Please sign in to comment.