Skip to content

Commit

Permalink
Update all non-major dependencies (#68)
Browse files Browse the repository at this point in the history
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
  • Loading branch information
renovate[bot] authored Nov 10, 2024
1 parent b6f5476 commit 0646b20
Show file tree
Hide file tree
Showing 4 changed files with 68 additions and 54 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/deploy-PROD.yml
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ jobs:
##############################################################
# Publish updated version of markdown-table-formatter on NPM #
##############################################################
- uses: actions/setup-node@v4.0.4
- uses: actions/setup-node@v4.1.0
with:
node-version: "18.x"
registry-url: "https://registry.npmjs.org"
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/deploy-RELEASE.yml
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ jobs:
##############################################################
# Publish updated version of markdown-table-formatter on NPM #
##############################################################
- uses: actions/setup-node@v4.0.4
- uses: actions/setup-node@v4.1.0
with:
node-version: "18.x"
registry-url: "https://registry.npmjs.org"
Expand Down
6 changes: 3 additions & 3 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ jobs:
steps:
- name: Checkout Code
uses: actions/checkout@v4
- uses: actions/setup-node@v4.0.4
- uses: actions/setup-node@v4.1.0
with:
node-version: "18.x"
registry-url: "https://registry.npmjs.org"
Expand All @@ -30,7 +30,7 @@ jobs:
steps:
- name: Checkout Code
uses: actions/checkout@v4
- uses: actions/setup-node@v4.0.4
- uses: actions/setup-node@v4.1.0
with:
node-version: "18.x"
registry-url: "https://registry.npmjs.org"
Expand All @@ -45,7 +45,7 @@ jobs:
steps:
- name: Checkout Code
uses: actions/checkout@v4
- uses: actions/setup-node@v4.0.4
- uses: actions/setup-node@v4.1.0
with:
node-version: "18.x"
registry-url: "https://registry.npmjs.org"
Expand Down
112 changes: 63 additions & 49 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit 0646b20

Please sign in to comment.