Skip to content

Commit 7c5b12a

Browse files
committed
Update Node.js version to v22
1 parent f1b3bcf commit 7c5b12a

File tree

3 files changed

+833
-849
lines changed

3 files changed

+833
-849
lines changed

.github/workflows/build-and-deploy.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ jobs:
1212
uses: actions/setup-node@v4
1313
with:
1414
cache: 'npm'
15-
node-version: '20.x'
15+
node-version: '22.x'
1616
- name: Install dependencies
1717
run: npm ci
1818
- name: Create env file

.github/workflows/build.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ jobs:
1515
uses: actions/setup-node@v4
1616
with:
1717
cache: 'npm'
18-
node-version: '20.x'
18+
node-version: '22.x'
1919
- name: Install dependencies
2020
run: npm ci
2121
- name: Create env file

0 commit comments

Comments
 (0)