Skip to content

Commit

Permalink
ci error fix
Browse files Browse the repository at this point in the history
  • Loading branch information
nitheesh-aot committed Aug 3, 2024
1 parent 085a6ae commit 1764a69
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion compliance-web/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# "build-stage", based on Node.js, to build and compile the frontend
# pull official base image
FROM node:18-alpine as build-stage
FROM node:16-alpine as build-stage

# set working directory
WORKDIR /app
Expand Down
4 changes: 2 additions & 2 deletions compliance-web/cypress.config.cjs
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
/* eslint-disable @typescript-eslint/no-var-requires */
/* eslint-disable no-undef */

// eslint-disable-next-line @typescript-eslint/no-var-requires
const { defineConfig } = require('cypress');

module.exports = defineConfig({
Expand All @@ -18,4 +18,4 @@ module.exports = defineConfig({
return config
},
},
});
});

0 comments on commit 1764a69

Please sign in to comment.