Skip to content

Commit b93906b

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

File tree

3 files changed

+251
-113
lines changed

3 files changed

+251
-113
lines changed

.github/workflows/deploy.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ jobs:
2626
- name: Setup Node
2727
uses: actions/setup-node@v6
2828
with:
29-
node-version: '20.19.5'
29+
node-version: '20.19.6'
3030

3131
- name: Cache dependencies
3232
uses: actions/cache@v4
@@ -108,7 +108,7 @@ jobs:
108108
if: steps.pkg_version.outputs.publish == 1
109109
uses: actions/setup-node@v6
110110
with:
111-
node-version: '20.19.5'
111+
node-version: '20.19.6'
112112
registry-url: 'https://registry.npmjs.org/'
113113

114114
- name: Cache dependencies

0 commit comments

Comments
 (0)