Skip to content

Commit

Permalink
re add build targets
Browse files Browse the repository at this point in the history
  • Loading branch information
SpaceK33z committed Feb 19, 2024
1 parent 8eadd8d commit ec7127a
Show file tree
Hide file tree
Showing 3 changed files with 15 additions and 4 deletions.
7 changes: 4 additions & 3 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,14 +22,15 @@ jobs:
name: ${{ matrix.os }} (${{matrix.arch}})
steps:
- name: Checkout Code
uses: actions/checkout@v2
uses: actions/checkout@v4

- name: Setup Node
uses: actions/setup-node@v2
uses: actions/setup-node@v4
with:
# Set registry to NPM instead of github packages for publication
registry-url: 'https://registry.npmjs.org'
node-version: 14
node-version: 18

- name: Setup macos Dependencies
if: startsWith(matrix.os, 'macos')
run: |
Expand Down
2 changes: 1 addition & 1 deletion .nvmrc
Original file line number Diff line number Diff line change
@@ -1 +1 @@
14
18
10 changes: 10 additions & 0 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -94,6 +94,11 @@
"16.0.0",
"93"
],
[
"node",
"18.0.0",
"108"
],
[
"electron",
"17.0.0",
Expand All @@ -103,6 +108,11 @@
"electron",
"18.0.0",
"103"
],
[
"electron",
"28.0.0",
"119"
]
]
}

0 comments on commit ec7127a

Please sign in to comment.