Skip to content

Commit 09efbc0

Browse files
fix(deps): update all non-major dependencies
1 parent e4a7acc commit 09efbc0

6 files changed

Lines changed: 2381 additions & 1391 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: '10.x'
28+
node-version: '10.24.1'
2929

3030
- name: Cache dependencies
3131
uses: actions/cache@v2
@@ -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

0 commit comments

Comments
 (0)