Commit 3a3fc32 1 parent e2bd337 commit 3a3fc32 Copy full SHA for 3a3fc32
File tree 2 files changed +3
-3
lines changed
2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change 57
57
working-directory : web
58
58
strategy :
59
59
matrix :
60
- node-version : [ 14 .x ]
60
+ node-version : [ 16 .x ]
61
61
steps :
62
62
- uses : actions/checkout@v4
63
63
- name : Use Node.js ${{ matrix.node-version }}
75
75
restore-keys : |
76
76
${{ runner.os }}-yarn-
77
77
- run : yarn install --frozen-lockfile
78
- - run : yarn run build
78
+ - run : env DISABLE_ESLINT_PLUGIN=true yarn run build
Original file line number Diff line number Diff line change @@ -2,7 +2,7 @@ FROM node:18-alpine
2
2
3
3
4
4
# This disables webpack source maps from being created in the build step
5
- ENV GENERATE_SOURCEMAP=false
5
+ ENV GENERATE_SOURCEMAP=false DISABLE_ESLINT_PLUGIN=true
6
6
7
7
WORKDIR /opt/app
8
8
COPY package.json yarn.lock /opt/app/
You can’t perform that action at this time.
0 commit comments