Skip to content

Commit

Permalink
Merge pull request #4 from SoftwareAG/feature-migration-1018
Browse files Browse the repository at this point in the history
adapt build file
  • Loading branch information
ck-c8y authored Mar 28, 2024
2 parents 9f85b67 + 924a5f4 commit dcaa0bf
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/build-release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ jobs:
- name: Setup Node.js
uses: actions/setup-node@v3
with:
node-version: '16'
node-version: '18'
cache: 'npm'

- name: Install dependencies
Expand Down Expand Up @@ -117,7 +117,7 @@ jobs:
- name: Setup Node.js
uses: actions/setup-node@v3
with:
node-version: '16'
node-version: '18'
cache: 'npm'

- name: Install dependencies
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -78,7 +78,7 @@
"to": "README.md"
},
{
"from": "../assets/widget-datacapture-pr.png",
"from": "./assets/widget-datacapture-pr.png",
"to": "assets/widget-datacapture-pr.png"
}
],
Expand Down

0 comments on commit dcaa0bf

Please sign in to comment.