Skip to content

Commit

Permalink
Release 2.2.1
Browse files Browse the repository at this point in the history
  • Loading branch information
Toinane committed May 14, 2024
1 parent 7498e52 commit afb22dc
Show file tree
Hide file tree
Showing 5 changed files with 4,501 additions and 1,558 deletions.
12 changes: 6 additions & 6 deletions .github/workflows/package.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,20 +2,20 @@ name: Package Colorpicker

on:
workflow_dispatch:

jobs:
package:
name: Package Colorpicker
runs-on: ${{ matrix.os }}
strategy:
matrix:
os: [macos-latest, windows-latest, ubuntu-latest]

steps:
- uses: actions/checkout@v3
- uses: actions/setup-node@v3
- uses: actions/checkout@v4
- uses: actions/setup-node@v4
with:
node-version: '18'
node-version: 20
- name: Install Linux deps
if: ${{ runner.os == 'Linux' }}
run: |
Expand All @@ -26,7 +26,7 @@ jobs:
- name: Package Colorpicker
run: npm run release
- name: Publish artifacts
uses: actions/upload-artifact@v3
uses: actions/upload-artifact@v4
with:
name: Colorpicker-${{ runner.os }}-artifacts
path: out
2 changes: 1 addition & 1 deletion .npmrc
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
runtime = electron
target = 19.1.7
target = 19.1.9
target_arch = x64
disturl = https://electronjs.org/headers
export npm_config_runtime=electron
Expand Down
Loading

0 comments on commit afb22dc

Please sign in to comment.