File tree 5 files changed +5
-5
lines changed
5 files changed +5
-5
lines changed Original file line number Diff line number Diff line change 30
30
- uses : actions/checkout@v3
31
31
- uses : pnpm/action-setup@v2
32
32
with :
33
- version : 8.6.0
33
+ version : 8.15.3
34
34
- name : Use Node.js ${{ matrix.node-version }}
35
35
uses : actions/setup-node@v3
36
36
with :
Original file line number Diff line number Diff line change 29
29
- uses : actions/checkout@v3
30
30
- uses : pnpm/action-setup@v2
31
31
with :
32
- version : 8.6.0
32
+ version : 8.15.3
33
33
- uses : actions/setup-node@v3
34
34
with :
35
35
node-version : 20
Original file line number Diff line number Diff line change 25
25
- uses : actions/checkout@v3
26
26
- uses : pnpm/action-setup@v2
27
27
with :
28
- version : 8.6.0
28
+ version : 8.15.3
29
29
- uses : actions/setup-node@v3
30
30
with :
31
31
node-version : 18
Original file line number Diff line number Diff line change 60
60
- uses : actions/checkout@v3
61
61
- uses : pnpm/action-setup@v2
62
62
with :
63
- version : 8.6.0
63
+ version : 8.15.3
64
64
- uses : actions/setup-node@v3
65
65
with :
66
66
node-version : ${{ matrix.node_version }}
Original file line number Diff line number Diff line change @@ -79,7 +79,7 @@ build: false
79
79
80
80
test_script :
81
81
- node --version
82
- - npm install -g pnpm@8.6.0
82
+ - npm install -g pnpm@8.15.3
83
83
# - pnpm install -g node-gyp
84
84
- cd c:\projects\opencv4nodejs
85
85
- pnpm install --frozen-lockfile
You can’t perform that action at this time.
0 commit comments