Skip to content

Commit

Permalink
fix: back to node 16 (#645)
Browse files Browse the repository at this point in the history
* revert

* node version 16
  • Loading branch information
akosbalasko authored Aug 20, 2024
1 parent 790aa42 commit ad4207f
Show file tree
Hide file tree
Showing 5 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/electronbuilder-build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ jobs:
- name: Install Node.js, NPM and Yarn
uses: actions/setup-node@v4
with:
node-version: 20
node-version: 16

- name: Electron Builder Action(Using Node 20)
uses: vingeraycn/action-electron-builder@v1.0.1
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/release-packages.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ jobs:
- name: Install Node.js, NPM and Yarn
uses: actions/setup-node@v4
with:
node-version: 20
node-version: 16

- name: Electron Builder Action(Using Node 20)
uses: vingeraycn/action-electron-builder@v1.0.1
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/run-tests-windows.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ jobs:

strategy:
matrix:
node-version: [20.x]
node-version: [16.x, 18.x]

steps:
- uses: actions/checkout@v2
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/run-tests.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ jobs:

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

steps:
- uses: actions/checkout@v2
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/semantic-release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ jobs:
- name: Install Node.js, NPM and Yarn
uses: actions/setup-node@v4
with:
node-version: 20
node-version: 16

- name: build code
run: npm i && npm run compile
Expand Down Expand Up @@ -51,7 +51,7 @@ jobs:
# - name: Install Node.js, NPM and Yarn
# uses: actions/setup-node@v4
# with:
# node-version: 20
# node-version: 16

# - name: Electron Builder Action(Using Node 20)
# uses: vingeraycn/action-electron-builder@v1.0.1
Expand Down

0 comments on commit ad4207f

Please sign in to comment.