Skip to content

Commit 0f09657

Browse files
Update Node.js version to 22 in workflow
1 parent 14460be commit 0f09657

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/deploy-github.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ jobs:
3737
- name: Setup Node.js
3838
uses: actions/setup-node@v4
3939
with:
40-
node-version: '18'
40+
node-version: '22'
4141
cache: 'npm'
4242
cache-dependency-path: './docs/package-lock.json'
4343
- name: Setup Pages

0 commit comments

Comments
 (0)