Skip to content

Commit c26545f

Browse files
committed
fix version mismatch nodejs with node-sass
1 parent 2f73776 commit c26545f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/checks.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ jobs:
1212

1313
- uses: actions/setup-node@v2
1414
with:
15-
node-version: '14'
15+
node-version: '13'
1616

1717
- name: Setup yarn
1818
run: npm install -g yarn

0 commit comments

Comments
 (0)