Skip to content

Commit 8cdd992

Browse files
committed
Bump Packages
1 parent 00f3415 commit 8cdd992

5 files changed

Lines changed: 9386 additions & 2665 deletions

File tree

.github/workflows/pages.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -19,12 +19,12 @@ jobs:
1919
runs-on: ubuntu-latest
2020
steps:
2121
- name: Checkout your repository using git
22-
uses: actions/checkout@v4
22+
uses: actions/checkout@v6
2323
- name: Install, build, and upload your site
24-
uses: withastro/action@v3
24+
uses: withastro/action@v5
2525
with:
2626
# path: . # The root location of your Astro project inside the repository. (optional)
27-
# node-version: 20 # The specific version of Node that should be used to build your site. Defaults to 20. (optional)
27+
node-version: 22 # The specific version of Node that should be used to build your site. Defaults to 22. (optional)
2828
package-manager: pnpm@latest # The Node package manager that should be used to install dependencies and build your site. Automatically detected based on your lockfile. (optional)
2929

3030
deploy:

mise.toml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,2 @@
1+
[tools]
2+
node = "22"

0 commit comments

Comments
 (0)