Skip to content

Commit 9239b17

Browse files
chore(deps): update all non-major (#192)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent 71692ea commit 9239b17

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

.github/workflows/deploy.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ jobs:
2626
- name: Setup Node
2727
uses: actions/setup-node@v2
2828
with:
29-
node-version: '20.x'
29+
node-version: '20.19.0'
3030

3131
- name: Cache dependencies
3232
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: '20.x'
109+
node-version: '20.19.0'
110110
registry-url: 'https://registry.npmjs.org/'
111111

112112
- name: Cache dependencies

.github/workflows/publish.yml

+1-1
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)