Skip to content

Commit ecefa65

Browse files
authored
update actions and deploy (#18)
Co-authored-by: EdwardAngert <17991901+EdwardAngert@users.noreply.github.com>
1 parent cbc1de5 commit ecefa65

3 files changed

Lines changed: 148 additions & 168 deletions

File tree

.github/workflows/deploy.yml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -19,12 +19,12 @@ jobs:
1919
runs-on: ubuntu-latest
2020
steps:
2121
- name: Checkout
22-
uses: actions/checkout@v4
22+
uses: actions/checkout@v6
2323

2424
- name: Setup Node.js
25-
uses: actions/setup-node@v4
25+
uses: actions/setup-node@v6
2626
with:
27-
node-version: '20'
27+
node-version: '22'
2828

2929
- name: Enable Corepack
3030
run: corepack enable
@@ -36,10 +36,10 @@ jobs:
3636
run: pnpm build
3737

3838
- name: Setup Pages
39-
uses: actions/configure-pages@v4
39+
uses: actions/configure-pages@v5
4040

4141
- name: Upload artifact
42-
uses: actions/upload-pages-artifact@v3
42+
uses: actions/upload-pages-artifact@v4
4343
with:
4444
path: ./dist
4545

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@
1414
"@catppuccin/starlight": "^1.1.1",
1515
"@expressive-code/plugin-line-numbers": "^0.41.7",
1616
"astro": "^6.0.4",
17-
"sharp": "^0.34.2",
17+
"sharp": "^0.34.5",
1818
"starlight-blog": "^0.26.1",
1919
"starlight-fullview-mode": "^0.2.6"
2020
},

0 commit comments

Comments
 (0)