File tree 4 files changed +4
-7
lines changed
4 files changed +4
-7
lines changed Original file line number Diff line number Diff line change @@ -14,13 +14,12 @@ jobs:
14
14
- uses : actions/checkout@v1
15
15
- uses : actions/setup-node@master
16
16
with :
17
- node-version : ' 14 '
17
+ node-version : ' 18 '
18
18
- name : lint all markdownfiles
19
19
env :
20
20
PM_TECH : ${{secrets.PM_TECH}}
21
21
run : |
22
22
npm config set //registry.npmjs.org/:_authToken=${{secrets.NPM_TOKEN}}
23
- npm run bff
24
23
npm run npm
25
24
node_modules/.bin/markdownlint ./ --ignore node_modules
26
25
- name : check for image url
35
34
PM_TECH : ${{secrets.PM_TECH}}
36
35
run : |
37
36
npm config set //registry.npmjs.org/:_authToken=${{secrets.NPM_TOKEN}}
38
- npm run bff
39
37
npm run npm
40
38
npm run clean
41
39
npm run test:update
Original file line number Diff line number Diff line change 21
21
- name : Setup Node
22
22
uses : actions/setup-node@master
23
23
with :
24
- node-version : ' 14 '
24
+ node-version : ' 18 '
25
25
26
26
- name : Configure AWS Credentials
27
27
uses : aws-actions/configure-aws-credentials@v1
41
41
DOMAIN_NAME : ${{secrets.BETA_DOMAIN_NAME}}
42
42
run : |
43
43
npm config set //registry.npmjs.org/:_authToken=${{secrets.NPM_TOKEN}}
44
- npm run bff
45
44
npm run npm
46
45
npm run clean
47
46
npm run build:dev
Original file line number Diff line number Diff line change 21
21
- name : Setup Node
22
22
uses : actions/setup-node@master
23
23
with :
24
- node-version : ' 14 '
24
+ node-version : ' 18 '
25
25
26
26
- name : Configure AWS Credentials
27
27
uses : aws-actions/configure-aws-credentials@v1
Original file line number Diff line number Diff line change 84
84
"am" : " npm link 'aether-marketing; npm run dev" ,
85
85
"bff" : " NODE_ENV=development node bff.js" ,
86
86
"build" : " npm run bff && GATSBY_ACTIVE_ENV=production gatsby build --prefix-paths" ,
87
- "build:dev" : " npm run build" ,
87
+ "build:dev" : " npm run bff && npm run build" ,
88
88
"npm" : " npm install --legacy-peer-deps --loglevel=error" ,
89
89
"nvmrc" : " echo $(node -p -e 'require(\" ./package\" ).engines.node.split(\" >=\" ).join(\"\" )') > .nvmrc" ,
90
90
"build:prod" : " NODE_ENV=production node bff.js && GATSBY_ACTIVE_ENV=production gatsby build --prefix-paths" ,
You can’t perform that action at this time.
0 commit comments