Skip to content

Commit 09db11a

Browse files
committed
fix(cicd): fix node required v18x
1 parent af35829 commit 09db11a

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/deploy.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ jobs:
1313
version: 8.9.2
1414
- uses: actions/setup-node@v3
1515
with:
16-
node-version: '14'
16+
node-version: '18'
1717
cache: 'pnpm'
1818
- name: Checkout
1919
uses: actions/checkout@v3

0 commit comments

Comments
 (0)