Update cypress action to node 18

This commit is contained in:
Felipe Knorr Kuhn 2023-08-04 08:40:15 -07:00
parent e3114144e1
commit 367bcbda83
No known key found for this signature in database
GPG Key ID: 79619B52BB097C1A

View File

@ -38,7 +38,7 @@ jobs:
- name: Setup node
uses: actions/setup-node@v3
with:
node-version: 16.15.0
node-version: 18
cache: "npm"
cache-dependency-path: ${{ matrix.module }}/frontend/package-lock.json