Skip to content

Commit

Permalink
Various security related dependency updates and node16 update (#64)
Browse files Browse the repository at this point in the history
* patch: update to node 16.4.2 LTS

* patch: update semantic-release and friends to get latest security fixes

* patch: npm audit fixes

* patch: update commitlint for security updates
  • Loading branch information
nick-fields committed Apr 26, 2022
1 parent 6b1204d commit 02a3f09
Show file tree
Hide file tree
Showing 4 changed files with 10,499 additions and 5,769 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/ci_cd.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ jobs:
- name: Setup Node.js
uses: actions/setup-node@v1
with:
node-version: 12
node-version: 16
- name: Install dependencies
run: npm ci

Expand Down Expand Up @@ -323,7 +323,7 @@ jobs:
- name: Setup Node.js
uses: actions/setup-node@v1
with:
node-version: 12
node-version: 16
- name: Install dependencies
run: npm ci
- name: Powershell test
Expand Down Expand Up @@ -377,7 +377,7 @@ jobs:
- name: Setup Node.js
uses: actions/setup-node@v1
with:
node-version: 12
node-version: 16
- name: Install dependencies
run: npm ci
- name: Release
Expand Down
1 change: 1 addition & 0 deletions .nvmrc
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
v16.14.2

0 comments on commit 02a3f09

Please sign in to comment.