Skip to content

Commit 106da11

Browse files
committed
upgrade 8.15.3 version to the latest to check actions
1 parent 55fcd8a commit 106da11

File tree

5 files changed

+5
-5
lines changed

5 files changed

+5
-5
lines changed

.github/workflows/build-apt.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ jobs:
3030
- uses: actions/checkout@v3
3131
- uses: pnpm/action-setup@v2
3232
with:
33-
version: 8.6.0
33+
version: 8.15.3
3434
- name: Use Node.js ${{ matrix.node-version }}
3535
uses: actions/setup-node@v3
3636
with:

.github/workflows/full-build.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ jobs:
2929
- uses: actions/checkout@v3
3030
- uses: pnpm/action-setup@v2
3131
with:
32-
version: 8.6.0
32+
version: 8.15.3
3333
- uses: actions/setup-node@v3
3434
with:
3535
node-version: 20

.github/workflows/npm-publish.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ jobs:
2525
- uses: actions/checkout@v3
2626
- uses: pnpm/action-setup@v2
2727
with:
28-
version: 8.6.0
28+
version: 8.15.3
2929
- uses: actions/setup-node@v3
3030
with:
3131
node-version: 18

.github/workflows/prebuild.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -60,7 +60,7 @@ jobs:
6060
- uses: actions/checkout@v3
6161
- uses: pnpm/action-setup@v2
6262
with:
63-
version: 8.6.0
63+
version: 8.15.3
6464
- uses: actions/setup-node@v3
6565
with:
6666
node-version: ${{ matrix.node_version }}

appveyor.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -79,7 +79,7 @@ build: false
7979

8080
test_script:
8181
- node --version
82-
- npm install -g pnpm@8.6.0
82+
- npm install -g pnpm@8.15.3
8383
# - pnpm install -g node-gyp
8484
- cd c:\projects\opencv4nodejs
8585
- pnpm install --frozen-lockfile

0 commit comments

Comments
 (0)