File tree Expand file tree Collapse file tree 1 file changed +12
-12
lines changed Expand file tree Collapse file tree 1 file changed +12
-12
lines changed Original file line number Diff line number Diff line change 7
7
8
8
jobs :
9
9
build-and-release :
10
- runs-on : ${{ matrix.runs-on }}
10
+ runs-on : ubuntu-22.04
11
11
strategy :
12
12
matrix :
13
- runs-on : [ubuntu-latest, windows-latest, macOS-latest]
14
- arch : [x64, arm64]
15
- node-version : ['node18']
16
- include :
17
- - runs-on : ubuntu-latest
18
- os : linux
19
- - runs-on : windows-latest
20
- os : win
21
- - runs-on : macOS-latest
22
- os : macos
13
+ arch :
14
+ - x64
15
+ - arm64
16
+ node-version :
17
+ - node16
18
+ os :
19
+ - linux
20
+ - macos
21
+ - win
22
+
23
23
steps :
24
24
- name : Checkout
25
25
uses : actions/checkout@v3
28
28
id : pkg-action
29
29
uses : lando/pkg-action@v2
30
30
with :
31
- entrypoint : bin/run
31
+ entrypoint : .
32
32
arch : ${{ matrix.arch }}
33
33
node-version : ${{ matrix.node-version }}
34
34
os : ${{ matrix.os }}
You can’t perform that action at this time.
0 commit comments