File tree 3 files changed +8
-4
lines changed
Track 4_ReactJS_Web Development/Project/Frontend/hrc-dashboard
3 files changed +8
-4
lines changed Original file line number Diff line number Diff line change @@ -13,10 +13,10 @@ jobs:
13
13
steps :
14
14
- name : Clone repository
15
15
uses : actions/checkout@v2
16
- - name : Use Node.js 12 .x
16
+ - name : Use Node.js 16 .x
17
17
uses : actions/setup-node@v1
18
18
with :
19
- node-version : 12 .x
19
+ node-version : 16 .x
20
20
- name : Install dependencies
21
21
run : npm install
22
22
# - name: Test
Original file line number Diff line number Diff line change
1
+ HOST = 0.0.0.0
2
+ PORT = 4848
3
+ REACT_APP_API_SERVER = 192.168.0.134
4
+ REACT_APP_API_SERVER_PORT = 280
5
+ GITHUB_SECRET = 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
Original file line number Diff line number Diff line change 13
13
14
14
# misc
15
15
.DS_Store
16
- .env.local
17
16
.env.development.local
18
17
.env.test.local
19
18
.env.production.local
@@ -102,4 +101,4 @@ deployment_keys-private
102
101
deployment_keys.tar
103
102
104
103
.github /.release
105
- release-artifacts- *
104
+ release-artifacts- *
You can’t perform that action at this time.
0 commit comments