Skip to content

Commit a741920

Browse files
committed
2 parents 55f0457 + 8687839 commit a741920

2 files changed

Lines changed: 2 additions & 4 deletions

File tree

.github/workflows/main.yml

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -16,8 +16,6 @@ jobs:
1616

1717
strategy:
1818
fail-fast: false
19-
matrix:
20-
node: [22]
2119

2220
steps:
2321
- name: Clone repository
@@ -28,7 +26,7 @@ jobs:
2826
- name: Set Node.js version
2927
uses: actions/setup-node@v4
3028
with:
31-
node-version: ${{ matrix.node }}
29+
node-version: 24
3230

3331
- run: node --version
3432
- run: npm --version

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# Slickgrid-React Demos
1+
# <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
22
## Multiple Demos of the [Slickgrid-React](https://github.com/ghiscoding/slickgrid-universal/tree/master/frameworks/slickgrid-react) library
33

44
### Installation

0 commit comments

Comments
 (0)