Browse Source

Bump node version in CI

Loris Leiva 1 năm trước cách đây
mục cha
commit
caccebd1a3
1 tập tin đã thay đổi với 1 bổ sung1 xóa
  1. 1 1
      .github/actions/setup/action.yml

+ 1 - 1
.github/actions/setup/action.yml

@@ -29,7 +29,7 @@ runs:
     - name: Setup Node.js
       uses: actions/setup-node@v4
       with:
-        node-version: 18
+        node-version: 20
         cache: 'pnpm'
 
     - name: Install Dependencies