Skip to content

Commit c776f1e

Browse files
committed
update node to 22.9.0 in workflows
1 parent 8059eaf commit c776f1e

File tree

4 files changed

+4
-4
lines changed

4 files changed

+4
-4
lines changed

.github/workflows/bash__deploy-nginx.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ jobs:
3434
- name: Set up Node.js and Yarn
3535
uses: actions/setup-node@v4
3636
with:
37-
node-version: '20.12.2'
37+
node-version: '22.9.0'
3838
registry-url: 'https://registry.yarnpkg.com'
3939

4040
- name: Install dependencies

.github/workflows/default__deploy-nginx.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ jobs:
3333
- name: Set up Node.js and Yarn
3434
uses: actions/setup-node@v4
3535
with:
36-
node-version: '20.12.2'
36+
node-version: '22.9.0'
3737
registry-url: 'https://registry.yarnpkg.com'
3838

3939
- name: Install dependencies

.github/workflows/gh-pages__deploy-astro.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ jobs:
3838
uses: withastro/action@v2
3939
with:
4040
path: ./
41-
node-version: 20.12.2
41+
node-version: 22.9.0
4242
# package-manager: [email protected]
4343

4444
deploy:

.github/workflows/gh-pages__deploy-manual.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@ jobs:
3939
- name: Set up Node.js and Yarn
4040
uses: actions/setup-node@v4
4141
with:
42-
node-version: '20.12.2'
42+
node-version: '22.9.0'
4343
registry-url: 'https://registry.yarnpkg.com'
4444

4545
- name: Install dependencies

0 commit comments

Comments
 (0)