Skip to content

Commit

Permalink
Hotfix: Switch to node 12, since node-sass isn't upgraded to support …
Browse files Browse the repository at this point in the history
…node 16
  • Loading branch information
jepperaskdk authored Aug 20, 2022
1 parent c80fc17 commit d5bb246
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ jobs:

strategy:
matrix:
node-version: [16.x]
node-version: [12.x]

steps:
- uses: actions/checkout@v3
Expand Down Expand Up @@ -43,4 +43,4 @@ jobs:
files: static.zip
fail_on_unmatched_files: true
prerelease: false
draft: false
draft: false

0 comments on commit d5bb246

Please sign in to comment.