Skip to content

Commit

Permalink
chore(deps): update all dependencies (#336)
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 Jan 27, 2025
1 parent 3c0d9fb commit cad0287
Show file tree
Hide file tree
Showing 5 changed files with 139 additions and 57 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/community-content.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ jobs:
with:
ref: ${{ github.event.pull_request.head.ref }}
- uses: pnpm/action-setup@fe02b34f77f8bc703788d5817da081398fad5dd2 # v4.0.0
- uses: actions/setup-node@39370e3970a6d050c480ffad4ff0ed4d3fdee5af # v4
- uses: actions/setup-node@1d0ff469b7ec7b3cb9d8673fde0c81c44821de2a # v4
with:
node-version-file: ".nvmrc"
cache: "pnpm"
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/format.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ jobs:
uses: pnpm/action-setup@v3

- name: Setup Node
uses: actions/setup-node@39370e3970a6d050c480ffad4ff0ed4d3fdee5af # v4
uses: actions/setup-node@1d0ff469b7ec7b3cb9d8673fde0c81c44821de2a # v4
with:
node-version-file: ".nvmrc"
cache: "pnpm"
Expand Down
2 changes: 1 addition & 1 deletion .nvmrc
Original file line number Diff line number Diff line change
@@ -1 +1 @@
20.18.1
20.18.2
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -27,12 +27,12 @@
"@biomejs/biome": "1.9.4",
"@types/github-script": "github:actions/github-script",
"@types/mdast": "4.0.4",
"@types/node": "20.17.14",
"@types/node": "20.17.16",
"@types/semver": "7.5.8",
"mdast-util-mdx": "3.0.0",
"mdast-util-to-markdown": "2.1.2",
"prettier": "3.4.2",
"prettier-plugin-astro": "0.14.1",
"wrangler": "3.103.2"
"wrangler": "3.105.1"
}
}
Loading

0 comments on commit cad0287

Please sign in to comment.