Browse Source
Hotfix: Switch to node 12, since node-sass isn't upgraded to support node 16
pull/291/head
v2.0.1
jepperaskdk
3 years ago
committed by
GitHub
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with
2 additions and
2 deletions
-
.github/workflows/release.yml
|
|
|
@ -10,7 +10,7 @@ jobs: |
|
|
|
|
|
|
|
strategy: |
|
|
|
matrix: |
|
|
|
node-version: [16.x] |
|
|
|
node-version: [12.x] |
|
|
|
|
|
|
|
steps: |
|
|
|
- uses: actions/checkout@v3 |
|
|
|
@ -43,4 +43,4 @@ jobs: |
|
|
|
files: static.zip |
|
|
|
fail_on_unmatched_files: true |
|
|
|
prerelease: false |
|
|
|
draft: false |
|
|
|
draft: false |