Skip to content
This repository was archived by the owner on Dec 4, 2024. It is now read-only.

Commit a85d016

Browse files
committed
feat: v2.0.0: use react-dom/server + add hooks functionality
1 parent 9f5acc2 commit a85d016

28 files changed

+1581
-4548
lines changed

.github/workflows/build.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ jobs:
1414
- name: Setup node
1515
uses: actions/setup-node@v2
1616
with:
17-
node-version: "14"
17+
node-version: '14'
1818

1919
- name: Install dependencies
2020
run: npm ci

.github/workflows/run-tests.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ on:
33
pull_request:
44
types: [opened, ready_for_review, reopened, synchronize]
55
paths:
6-
- "src/**"
6+
- 'src/**'
77
jobs:
88
run_tests:
99
if: github.repository == 'aaimio/logicful-templates' && github.event.pull_request.draft == false
@@ -14,7 +14,7 @@ jobs:
1414
- name: Setup node
1515
uses: actions/setup-node@v2
1616
with:
17-
node-version: "14"
17+
node-version: '14'
1818
- name: Install dependencies
1919
run: npm ci
2020
- name: Run tests

0 commit comments

Comments
 (0)