We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 55f0457 + 8687839 commit a741920Copy full SHA for a741920
2 files changed
.github/workflows/main.yml
@@ -16,8 +16,6 @@ jobs:
16
17
strategy:
18
fail-fast: false
19
- matrix:
20
- node: [22]
21
22
steps:
23
- name: Clone repository
@@ -28,7 +26,7 @@ jobs:
28
26
- name: Set Node.js version
29
27
uses: actions/setup-node@v4
30
with:
31
- node-version: ${{ matrix.node }}
+ node-version: 24
32
33
- run: node --version
34
- run: npm --version
README.md
@@ -1,4 +1,4 @@
1
-# Slickgrid-React Demos
+# <a href="https://react.dev/" rel="nofollow"><img alt="React" src="https://ghiscoding.github.io/slickgrid-react-demos/assets/react-logo-DuD1bc7a.png" width="55"></a> Slickgrid-React Demos
2
## Multiple Demos of the [Slickgrid-React](https://github.com/ghiscoding/slickgrid-universal/tree/master/frameworks/slickgrid-react) library
3
4
### Installation
0 commit comments