Skip to content

Commit 3cd869c

Browse files
fix(deps): update all non-major (#134)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent f458226 commit 3cd869c

File tree

4 files changed

+97
-204
lines changed

4 files changed

+97
-204
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@v1
2727
with:
28-
node-version: '20.x'
28+
node-version: '20.19.5'
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: '20.x'
108+
node-version: '20.19.5'
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: '20.x'
28+
node-version: '20.19.5'
2929
registry-url: 'https://registry.npmjs.org/'
3030

3131
- name: Cache dependencies

0 commit comments

Comments
 (0)