Skip to content

Commit a469d6e

Browse files
committed
Update node version to fix build error
1 parent c6afc41 commit a469d6e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/deploy.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ jobs:
3030
fetch-depth: 0
3131
- uses: actions/setup-node@v3
3232
with:
33-
node-version: 16
33+
node-version: 18
3434
cache: npm
3535
- run: npm ci
3636
- name: Build

0 commit comments

Comments
 (0)