Skip to content

Commit 19d3cd3

Browse files
Support for Node 20
Signed-off-by: Mark S. Lewis <Mark.S.Lewis@outlook.com>
1 parent e34ff72 commit 19d3cd3

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/build-docs.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ jobs:
1010
- uses: actions/checkout@v3
1111
- uses: actions/setup-node@v3
1212
with:
13-
node-version: 18
13+
node-version: 20
1414
- name: Generate documentation
1515
run: make generate-docs-node
1616
- name: Upload documentation

.github/workflows/vulnerability-scan.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@ jobs:
4444
- name: Use Node.js
4545
uses: actions/setup-node@v3
4646
with:
47-
node-version: 18
47+
node-version: 20
4848
- name: Set up Go
4949
if: matrix.target == 'osv-scanner'
5050
uses: actions/setup-go@v4

0 commit comments

Comments
 (0)