Skip to content

Commit 5bd1384

Browse files
fix(deps): update all non-major dependencies
1 parent 2230530 commit 5bd1384

File tree

7 files changed

+380
-1507
lines changed

7 files changed

+380
-1507
lines changed

.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: '20.x'
28+
node-version: '20.19.6'
2929

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

111111
- 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@v1
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

.nvmrc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
20
1+
20.19.6

0 commit comments

Comments
 (0)