File tree 3 files changed +3
-6
lines changed
3 files changed +3
-6
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.20.5 '
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.20.5 '
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.20.5 '
25
25
26
26
- name : Configure AWS Credentials
27
27
uses : aws-actions/configure-aws-credentials@v1
You can’t perform that action at this time.
0 commit comments