Skip to content

Commit

Permalink
fix version mismatch nodejs with node-sass
Browse files Browse the repository at this point in the history
  • Loading branch information
onuryartasi committed Jan 23, 2023
1 parent 2f73776 commit c26545f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/checks.yaml
Expand Up @@ -12,7 +12,7 @@ jobs:

- uses: actions/setup-node@v2
with:
node-version: '14'
node-version: '13'

- name: Setup yarn
run: npm install -g yarn
Expand Down

0 comments on commit c26545f

Please sign in to comment.