Skip to content

Commit e42bbea

Browse files
committed
chore: Update Node.js version to 20 in GitHub Actions workflows
1 parent 1fc5b4b commit e42bbea

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/build.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ jobs:
2020

2121
- uses: actions/setup-node@v1
2222
with:
23-
node-version: '18'
23+
node-version: '20'
2424

2525
- name: Build
2626
run: |

.github/workflows/gh-pages.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ jobs:
1717

1818
- uses: actions/setup-node@v1
1919
with:
20-
node-version: '18'
20+
node-version: '20'
2121

2222
- name: Build for gh-pages
2323
run: |

0 commit comments

Comments
 (0)