Skip to content

Commit fdcfbdb

Browse files
authored
Merge branch 'main' into dependabot/npm_and_yarn/npm-development-a6b477c34d
2 parents 22193d7 + e6caad8 commit fdcfbdb

4 files changed

Lines changed: 8 additions & 8 deletions

File tree

.github/workflows/check-dist.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -53,7 +53,7 @@ jobs:
5353
- if: ${{ failure() && steps.diff.conclusion == 'failure' }}
5454
name: Upload Artifact
5555
id: upload
56-
uses: actions/upload-artifact@v5
56+
uses: actions/upload-artifact@v6
5757
with:
5858
name: dist
5959
path: dist/

.github/workflows/continuous-delivery.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -58,7 +58,7 @@ jobs:
5858

5959
- name: Tag
6060
id: tag
61-
uses: issue-ops/semver@v2
61+
uses: issue-ops/semver@v3
6262
with:
6363
manifest-path: package.json
6464
workspace: ${{ github.workspace }}
@@ -74,6 +74,6 @@ jobs:
7474
7575
- name: Create Release
7676
id: release
77-
uses: issue-ops/releaser@v2
77+
uses: issue-ops/releaser@v3
7878
with:
7979
tag: v${{ steps.tag.outputs.version }}

package-lock.json

Lines changed: 4 additions & 4 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,7 @@
4949
"@rollup/plugin-node-resolve": "^16.0.0",
5050
"@rollup/plugin-typescript": "^12.1.1",
5151
"@types/jest": "^30.0.0",
52-
"@types/node": "^24.0.8",
52+
"@types/node": "^25.0.2",
5353
"@typescript-eslint/eslint-plugin": "^8.12.2",
5454
"@typescript-eslint/parser": "^8.12.2",
5555
"eslint": "^9.14.0",

0 commit comments

Comments
 (0)