Skip to content

Commit fe373d6

Browse files
committed
chore: upgrade Node.js actions to v6 and bump package version to 6.0.0-beta.1
1 parent d77cdd1 commit fe373d6

File tree

5 files changed

+8
-8
lines changed

5 files changed

+8
-8
lines changed

.github/workflows/npm-publish.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -15,10 +15,10 @@ jobs:
1515
build:
1616
runs-on: ubuntu-latest
1717
steps:
18-
- uses: actions/checkout@v4
18+
- uses: actions/checkout@v6
1919

2020
- name: Setup Node.js
21-
uses: actions/setup-node@v4
21+
uses: actions/setup-node@v6
2222
with:
2323
node-version: '24.13.0'
2424
registry-url: "https://registry.npmjs.org"

package-lock.json

Lines changed: 2 additions & 2 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
@@ -7,7 +7,7 @@
77
"url": "git+https://github.com/scheduleonce/knowledgeowl-angular.git"
88
},
99
"license": "MIT",
10-
"version": "6.0.0-beta.0",
10+
"version": "6.0.0-beta.1",
1111
"scripts": {
1212
"ng": "ng",
1313
"build": "ng build --configuration production && cp README.md dist/knowledgeowl-angular",

src/package-lock.json

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

src/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@oncehub/knowledgeowl-angular",
3-
"version": "6.0.0-beta.0",
3+
"version": "6.0.0-beta.1",
44
"description": "Knowledge Owl Angular",
55
"license": "MIT",
66
"repository": {

0 commit comments

Comments
 (0)