Skip to content

Commit be10c5a

Browse files
committed
feat: bump nodejs version on CI
1 parent 631fccb commit be10c5a

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/main.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ jobs:
1313
- uses: actions/checkout@v3
1414
- uses: actions/setup-node@v3
1515
with:
16-
node-version: 20
16+
node-version: 22
1717
cache: 'npm'
1818
- run: npm ci
1919
- run: npm run lint

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@ export default {
4141
`globals.css`
4242

4343
```css
44-
@source "../node_modules/react-micro-carousel";
44+
@source "../node_modules/react-micro-carousel/dist";
4545
```
4646

4747
### Vanilla css (prebuild for Tailwind 3)

0 commit comments

Comments
 (0)