Skip to content

Commit 52b510e

Browse files
authored
build: Update node to v20
1 parent 8701911 commit 52b510e

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/build.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ jobs:
3131
- name: Setup Node
3232
uses: actions/setup-node@v4
3333
with:
34-
node-version: "18"
34+
node-version: "20"
3535

3636
- name: Setup Pages
3737
uses: actions/configure-pages@v5

.github/workflows/sync.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ jobs:
1717
- name: Install Node.js
1818
uses: actions/setup-node@v4
1919
with:
20-
node-version: '18'
20+
node-version: '20'
2121
cache: 'yarn'
2222

2323
- name: Install dependencies & sync data

0 commit comments

Comments
 (0)