Skip to content

Commit 92d122a

Browse files
authored
Update version to 24.13.0 (#106)
* Update version to 24.13.0 * Change action branches from `main` to `v3` * Update node package versions * Fixing tests * Remove Node version 18.x from tests
1 parent 5b1c3a4 commit 92d122a

File tree

8 files changed

+967
-884
lines changed

8 files changed

+967
-884
lines changed

.github/workflows/check-badges.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,9 +2,9 @@ name: Check badges in README.md
22

33
on:
44
push:
5-
branches: [ main ]
5+
branches: [ v3 ]
66
pull_request:
7-
branches: [ main ]
7+
branches: [ v3 ]
88

99
jobs:
1010
build-and-test:

.github/workflows/node.js.yml

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -5,9 +5,9 @@ name: Node.js CI
55

66
on:
77
push:
8-
branches: [main]
8+
branches: [ v3 ]
99
pull_request:
10-
branches: [main]
10+
branches: [ v3 ]
1111

1212
jobs:
1313
build:
@@ -20,7 +20,7 @@ jobs:
2020
matrix:
2121
# see https://nodejs.org/en/about/previous-releases for active releases
2222
# https://github.com/nodejs/release#release-schedule
23-
node-version: [ 18.x, 20.x, 22.x, lts/*, latest ]
23+
node-version: [ 20.x, 22.x, lts/*, latest ]
2424

2525
steps:
2626
- uses: actions/checkout@v4
@@ -29,6 +29,7 @@ jobs:
2929
with:
3030
node-version: ${{ matrix.node-version }}
3131
cache: 'npm'
32+
continue-on-error: true
3233
- run: make github-ci
3334
env:
3435
TEST_CONFIGURATION_ACCESS_TOKEN: ${{ secrets.TEST_CONFIGURATION_ACCESS_TOKEN }}

.github/workflows/try-publish.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,9 +2,9 @@ name: Try publish to NPM
22

33
on:
44
push:
5-
branches: [main]
5+
branches: [ v3 ]
66
pull_request:
7-
branches: [main]
7+
branches: [ v3 ]
88

99
jobs:
1010
publish:

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
[![npm](https://img.shields.io/npm/v/aspose-barcode-cloud-node)](https://www.npmjs.com/package/aspose-barcode-cloud-node)
66

77
+ API version: 3.0
8-
+ Package version: 24.12.0
8+
+ Package version: 24.13.0
99

1010
## Demo applications
1111

0 commit comments

Comments
 (0)