Skip to content

Commit d636b2a

Browse files
authored
Fix vulns with npm audit fix (#144)
* Fix vulns with npm audit fix * Update GitHub Action node versions
1 parent 56776a3 commit d636b2a

File tree

7 files changed

+1703
-1286
lines changed

7 files changed

+1703
-1286
lines changed

.github/workflows/deploy-docs.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ jobs:
1212
- uses: actions/checkout@v2
1313
- uses: actions/setup-node@v2
1414
with:
15-
node-version: 14.x
15+
node-version: 20.x
1616
cache: npm
1717
- name: Install Bluehawk dependencies
1818
run: |

.github/workflows/node.js.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ jobs:
1515

1616
strategy:
1717
matrix:
18-
node-version: [15.x]
18+
node-version: [20.x]
1919
# See supported Node.js release schedule at https://nodejs.org/en/about/releases/
2020

2121
steps:

.github/workflows/test-deploy-docs.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ jobs:
1414
- uses: actions/checkout@v2
1515
- uses: actions/setup-node@v2
1616
with:
17-
node-version: 14.x
17+
node-version: 20.x
1818
cache: npm
1919
- name: Install Bluehawk dependencies
2020
run: |

0 commit comments

Comments
 (0)