Skip to content

Commit d0638a3

Browse files
committed
use node 20 to build in github actions
1 parent fbf0796 commit d0638a3

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/deploy-to-gh-pages.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -14,9 +14,9 @@ jobs:
1414
persist-credentials: false
1515

1616
- name: Use Node.js 😂
17-
uses: actions/setup-node@v1
17+
uses: actions/setup-node@v4
1818
with:
19-
node-version: '16.x'
19+
node-version: '20.x'
2020

2121
- name: Install and Build 🏭
2222
run: |

0 commit comments

Comments
 (0)