Browse Source

Bump node version in CI

Loris Leiva 1 year ago
parent
commit
caccebd1a3
1 changed files with 1 additions and 1 deletions
  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