Skip to content

Commit afb22dc

Browse files
committed
Release 2.2.1
1 parent 7498e52 commit afb22dc

File tree

5 files changed

+4501
-1558
lines changed

5 files changed

+4501
-1558
lines changed

.github/workflows/package.yaml

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -2,20 +2,20 @@ name: Package Colorpicker
22

33
on:
44
workflow_dispatch:
5-
5+
66
jobs:
77
package:
88
name: Package Colorpicker
99
runs-on: ${{ matrix.os }}
1010
strategy:
1111
matrix:
1212
os: [macos-latest, windows-latest, ubuntu-latest]
13-
13+
1414
steps:
15-
- uses: actions/checkout@v3
16-
- uses: actions/setup-node@v3
15+
- uses: actions/checkout@v4
16+
- uses: actions/setup-node@v4
1717
with:
18-
node-version: '18'
18+
node-version: 20
1919
- name: Install Linux deps
2020
if: ${{ runner.os == 'Linux' }}
2121
run: |
@@ -26,7 +26,7 @@ jobs:
2626
- name: Package Colorpicker
2727
run: npm run release
2828
- name: Publish artifacts
29-
uses: actions/upload-artifact@v3
29+
uses: actions/upload-artifact@v4
3030
with:
3131
name: Colorpicker-${{ runner.os }}-artifacts
3232
path: out

.npmrc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
runtime = electron
2-
target = 19.1.7
2+
target = 19.1.9
33
target_arch = x64
44
disturl = https://electronjs.org/headers
55
export npm_config_runtime=electron

0 commit comments

Comments
 (0)