Compare commits

..

1 commit

Author SHA1 Message Date
Renovate Bot
79ab684d2e Update dependency cypress to v14 2025-04-06 04:01:25 +00:00
3 changed files with 3 additions and 4 deletions

View file

@ -5,7 +5,6 @@ on:
branches:
- gold
jobs:
publish:
runs-on: ubuntu-latest

View file

@ -1,7 +1,7 @@
# build stage
FROM node:lts-alpine AS build-stage
WORKDIR ./app
COPY package.json ./
WORKDIR /app
COPY package.json package-lock.json ./
RUN npm i
COPY . .
RUN npm run build

View file

@ -36,7 +36,7 @@
"@vue/tsconfig": "^0.5.1",
"autoprefixer": "^10.4.20",
"concurrently": "^9.1.0",
"cypress": "^13.15.1",
"cypress": "^14.0.0",
"eslint": "^9.14.0",
"eslint-plugin-cypress": "^4.1.0",
"eslint-plugin-vue": "^9.30.0",