Skip to content

Commit f1d256e

Browse files
fix(deps): update all non-major dependencies
1 parent 6f9dbb0 commit f1d256e

6 files changed

Lines changed: 488 additions & 200 deletions

File tree

.github/workflows/deploy.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ jobs:
2525
- name: Setup Node
2626
uses: actions/setup-node@v2
2727
with:
28-
node-version: '12.x'
28+
node-version: '12.22.12'
2929

3030
- name: Cache dependencies
3131
uses: actions/cache@v1
@@ -106,7 +106,7 @@ jobs:
106106
if: steps.pkg_version.outputs.publish == 1
107107
uses: actions/setup-node@v2
108108
with:
109-
node-version: '12.x'
109+
node-version: '12.22.12'
110110
registry-url: 'https://registry.npmjs.org/'
111111

112112
- name: Cache dependencies

.github/workflows/publish.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ jobs:
2525
- name: Setup Node
2626
uses: actions/setup-node@v2
2727
with:
28-
node-version: '12.x'
28+
node-version: '12.22.12'
2929
registry-url: 'https://registry.npmjs.org/'
3030

3131
- name: Cache dependencies

functions/package-lock.json

Lines changed: 184 additions & 30 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)