Skip to content

Commit

Permalink
chore: update package lock v2 and Node 16 (#649)
Browse files Browse the repository at this point in the history
* chore: update package lock v2 and Node 16

* chore: run npm audit fix

* chore: update simple-git for npm audit
  • Loading branch information
nschonni authored Mar 22, 2022
1 parent 98c47b3 commit 33344cc
Show file tree
Hide file tree
Showing 5 changed files with 5,032 additions and 156 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/generate-and-commit-files.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ jobs:
- name: Use Node.js
uses: actions/setup-node@v3
with:
node-version: '12.x'
node-version: '16.x'
cache: 'npm'

- name: Install dependencies
Expand All @@ -42,7 +42,7 @@ jobs:
- name: Use Node.js
uses: actions/setup-node@v3
with:
node-version: '12.x'
node-version: '16.x'
cache: 'npm'

- name: Install dependencies
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/js-lint.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ jobs:
- name: Use Node.js
uses: actions/setup-node@v3
with:
node-version: '12.x'
node-version: '16.x'
cache: 'npm'

- name: Install dependencies
Expand Down
2 changes: 1 addition & 1 deletion netlify.toml
Original file line number Diff line number Diff line change
Expand Up @@ -3,4 +3,4 @@ command = "npm ci && npm run build"
publish = "build"

[build.environment]
NODE_VERSION = "12"
NODE_VERSION = "16"
Loading

0 comments on commit 33344cc

Please sign in to comment.