Skip to content

Commit f3503f1

Browse files
authored
Merge pull request #60 from dialect-map/upgrade-react-scripts
Upgrade to react-scripts v5
2 parents aa01742 + 2781466 commit f3503f1

3 files changed

Lines changed: 14604 additions & 21147 deletions

File tree

.github/workflows/ci.yml

Lines changed: 9 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ jobs:
2525
with:
2626
node-version: 15
2727
- name: "Install Prettier"
28-
run: npm install --global prettier@2.3.0
28+
run: npm install --global prettier@2.5.0
2929
- name: "Check code format"
3030
run: make check
3131

@@ -50,5 +50,11 @@ jobs:
5050
steps:
5151
- name: "Set up GitHub Actions"
5252
uses: actions/checkout@v2
53-
- name: "Build Docker image"
54-
run: make docker-build
53+
- name: "Setup node"
54+
uses: actions/setup-node@v2
55+
with:
56+
node-version: 15
57+
- name: "Install dependencies"
58+
run: npm install-clean
59+
- name: "Run tests"
60+
run: make build

0 commit comments

Comments
 (0)