Skip to content

Commit 752ab8a

Browse files
committed
update workflows
1 parent 2b28db4 commit 752ab8a

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

.github/workflows/workflow_publisher.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ jobs:
2121
with:
2222
cache-dependency-path: package-lock.json
2323
check-latest: true
24-
node-version: 18
24+
node-version: 20
2525
cache: 'npm'
2626

2727
- run: npm install

.github/workflows/workflow_static-analysis.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ jobs:
1616
with:
1717
cache-dependency-path: package-lock.json
1818
check-latest: true
19-
node-version: 16
19+
node-version: 20
2020
cache: 'npm'
2121
- run: npm install
2222
- uses: dependency-check/Dependency-Check_Action@main

.github/workflows/workflow_test.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ jobs:
1515
with:
1616
cache-dependency-path: package-lock.json
1717
check-latest: true
18-
node-version: 16
18+
node-version: 20
1919
cache: 'npm'
2020

2121
- run: npm install

0 commit comments

Comments
 (0)