Bumping to node 22 for astro (#1618)

This commit is contained in:
Aaron Powell
2026-05-05 12:01:49 +10:00
committed by GitHub
parent 1b7a70a049
commit e2f5b958b1
2 changed files with 3 additions and 3 deletions
+1 -1
View File
@@ -24,7 +24,7 @@ jobs:
- name: Setup Node.js - name: Setup Node.js
uses: actions/setup-node@49933ea5288caeca8642d1e84afbd3f7d6820020 # v4.4.0 uses: actions/setup-node@49933ea5288caeca8642d1e84afbd3f7d6820020 # v4.4.0
with: with:
node-version: "20" node-version: "22"
cache: "npm" cache: "npm"
- name: Install root dependencies - name: Install root dependencies
+2 -2
View File
@@ -27,12 +27,12 @@ jobs:
- name: Checkout - name: Checkout
uses: actions/checkout@34e114876b0b11c390a56381ad16ebd13914f8d5 # v4.3.1 uses: actions/checkout@34e114876b0b11c390a56381ad16ebd13914f8d5 # v4.3.1
with: with:
fetch-depth: 0 # Full history needed for git-based last updated dates fetch-depth: 0 # Full history needed for git-based last updated dates
- name: Setup Node.js - name: Setup Node.js
uses: actions/setup-node@49933ea5288caeca8642d1e84afbd3f7d6820020 # v4.4.0 uses: actions/setup-node@49933ea5288caeca8642d1e84afbd3f7d6820020 # v4.4.0
with: with:
node-version: "20" node-version: "22"
cache: "npm" cache: "npm"
- name: Install root dependencies - name: Install root dependencies