use cypress 14

pull/3/head
Dan Gowans 2025-03-26 13:43:18 -04:00
parent 542e3ceabb
commit 91d94b6a49
1 changed files with 1 additions and 1 deletions

View File

@ -26,7 +26,7 @@ jobs:
- name: Install Application - name: Install Application
run: | run: |
npm ci npm ci
npm install -g mocha c8 cypress@13 npm install -g mocha c8 cypress@14
- name: Copy Test Config - name: Copy Test Config
run: cp ./data/config.testing.js ./data/config.js run: cp ./data/config.testing.js ./data/config.js