diff --git a/Dockerfile b/Dockerfile index 0630d87..f24a9c1 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,4 +1,4 @@ -FROM cypress/base:22.15.0@sha256:dcca936f59362209da3d29acd9e01b299d3ab72bcf32a22c2949ba4210f9b92f as builder +FROM cypress/base:24.0.0@sha256:a12dd7ba6c42601ba02328491320f04fede8b652f6da27247897b9a6d413c2b9 as builder WORKDIR /build diff --git a/package.json b/package.json index fe935ed..86dd3b1 100644 --- a/package.json +++ b/package.json @@ -11,8 +11,8 @@ "postinstall": "nuxt prepare", "lint:js": "eslint .", "lint:style": "stylelint \"**/*.{css,scss,sass,html,vue}\" --ignore-path .gitignore", - "lint": "yarn lint:js && yarn lint:style", - "lintfix": "eslint --fix . && yarn lint:style --fix", + "lint": "npm run lint:js && npm run lint:style", + "lintfix": "eslint --fix . && npm run lint:style --fix", "codegen": "graphql-codegen && eslint --ext \".ts\" --ignore-path .gitignore graphql/generated/operations.ts --fix" }, "devDependencies": { @@ -61,6 +61,6 @@ "subscriptions-transport-ws": "0.11.0" }, "engines": { - "node": "22" + "node": "24" } }