Skip to content

Commit ff92f1a

Browse files
committed
fix(ci): bump website workflow Node.js to 22 for Astro 6.3.1 compat
1 parent 874ec7c commit ff92f1a

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/website.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ jobs:
2525
- uses: actions/checkout@v4
2626
- uses: actions/setup-node@v4
2727
with:
28-
node-version: '20'
28+
node-version: '22'
2929
cache: npm
3030
cache-dependency-path: website/package-lock.json
3131
- name: Install and build

0 commit comments

Comments
 (0)