Skip to content

Commit e2f5b95

Browse files
authored
Bumping to node 22 for astro (#1618)
1 parent 1b7a70a commit e2f5b95

2 files changed

Lines changed: 3 additions & 3 deletions

File tree

.github/workflows/build-website.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ jobs:
2424
- name: Setup Node.js
2525
uses: actions/setup-node@49933ea5288caeca8642d1e84afbd3f7d6820020 # v4.4.0
2626
with:
27-
node-version: "20"
27+
node-version: "22"
2828
cache: "npm"
2929

3030
- name: Install root dependencies

.github/workflows/deploy-website.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -27,12 +27,12 @@ jobs:
2727
- name: Checkout
2828
uses: actions/checkout@34e114876b0b11c390a56381ad16ebd13914f8d5 # v4.3.1
2929
with:
30-
fetch-depth: 0 # Full history needed for git-based last updated dates
30+
fetch-depth: 0 # Full history needed for git-based last updated dates
3131

3232
- name: Setup Node.js
3333
uses: actions/setup-node@49933ea5288caeca8642d1e84afbd3f7d6820020 # v4.4.0
3434
with:
35-
node-version: "20"
35+
node-version: "22"
3636
cache: "npm"
3737

3838
- name: Install root dependencies

0 commit comments

Comments
 (0)