Skip to content

Commit

Permalink
node v14
Browse files Browse the repository at this point in the history
  • Loading branch information
alexandruradovici committed May 30, 2021
1 parent 8b2306a commit fcf10cd
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/electron.yml
Expand Up @@ -29,7 +29,7 @@ jobs:
uses: actions/setup-node@v1.4.4
with:
# Version Spec of the version to use. Examples: 10.x, 10.15.1, >=10.15.0
node-version: 12.x
node-version: 14.x
- run: echo building WyliodrinSTUDIO-${{ github.event.inputs.version }}.${{ matrix.extension }}
- run: npm install
- run: npx electron-rebuild
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/node.js.yml
Expand Up @@ -16,7 +16,7 @@ jobs:
uses: actions/setup-node@v1.4.4
with:
# Version Spec of the version to use. Examples: 10.x, 10.15.1, >=10.15.0
node-version: 12.x
node-version: 14.x
- run: npm install
- run: rm -rf build && FIX=false npm run electron-format
- run: rm -rf build && FIX=false npm run browser-format
Expand Down

0 comments on commit fcf10cd

Please sign in to comment.