Skip to content

Commit df2fe10

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

File tree

3 files changed

+5
-5
lines changed

3 files changed

+5
-5
lines changed

.github/workflows/deploy-beta.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ jobs:
3434
name: beta
3535
steps:
3636
- uses: actions/checkout@v6
37-
- uses: actions/setup-node@v6.1.0
37+
- uses: actions/setup-node@v6.2.0
3838
with:
3939
node-version: "24.x"
4040
registry-url: "https://registry.npmjs.org"

.github/workflows/deploy-release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ jobs:
3232
steps:
3333
- uses: actions/checkout@v6
3434
# Setup .npmrc file to publish to npm
35-
- uses: actions/setup-node@v6.1.0
35+
- uses: actions/setup-node@v6.2.0
3636
with:
3737
node-version: "24.x"
3838
registry-url: "https://registry.npmjs.org"

package-lock.json

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

0 commit comments

Comments
 (0)