Skip to content

Commit c366159

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

File tree

4 files changed

+94
-94
lines changed

4 files changed

+94
-94
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@v4
2828
with:
29-
node-version: '20.x'
29+
node-version: '20.19.0'
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@v4
110110
with:
111-
node-version: '20.x'
111+
node-version: '20.19.0'
112112
registry-url: 'https://registry.npmjs.org/'
113113

114114
- name: Cache dependencies

.github/workflows/publish.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ jobs:
2626
- name: Setup Node
2727
uses: actions/setup-node@v4
2828
with:
29-
node-version: '20.x'
29+
node-version: '20.19.0'
3030
registry-url: 'https://registry.npmjs.org/'
3131

3232
- name: Cache dependencies

package-lock.json

Lines changed: 89 additions & 89 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -41,8 +41,8 @@
4141
"uglify-js": "^3.19.3"
4242
},
4343
"devDependencies": {
44-
"@commitlint/cli": "^19.7.1",
45-
"@commitlint/config-conventional": "^19.7.1",
44+
"@commitlint/cli": "^19.8.0",
45+
"@commitlint/config-conventional": "^19.8.0",
4646
"husky": "^8.0.3",
4747
"standard": "^17.1.2",
4848
"standard-version": "^9.3.2"

0 commit comments

Comments
 (0)