Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 3 additions & 3 deletions .github/workflows/auto-release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -36,10 +36,10 @@ jobs:
fetch-depth: 0
token: ${{ secrets.GITHUB_TOKEN }}

- name: Setup Node 20
- name: Setup Node 22
uses: actions/setup-node@v6
with:
node-version: 20
node-version: 22
cache: 'npm'
registry-url: 'https://registry.npmjs.org'

Expand Down Expand Up @@ -215,7 +215,7 @@ jobs:
- name: Setup Node for GitHub Packages
uses: actions/setup-node@v6
with:
node-version: 20
node-version: 22
registry-url: 'https://npm.pkg.github.com'
scope: '@ibrahimcesar'

Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/bundle-size.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,10 +14,10 @@ jobs:
- name: Checkout repository
uses: actions/checkout@v5

- name: Setup Node 20
- name: Setup Node 22
uses: actions/setup-node@v6
with:
node-version: 20
node-version: 22
cache: 'npm'

- name: Install dependencies
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,10 +17,10 @@ jobs:
- name: Checkout repository
uses: actions/checkout@v5

- name: Setup Node 20
- name: Setup Node 22
uses: actions/setup-node@v6
with:
node-version: 20
node-version: 22
cache: 'npm'

- name: Install dependencies
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/coverage.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,10 +21,10 @@ jobs:
- name: Checkout repository
uses: actions/checkout@v5

- name: Setup Node 20
- name: Setup Node 22
uses: actions/setup-node@v6
with:
node-version: 20
node-version: 22
cache: 'npm'

- name: Install dependencies
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/deploy-demo.yml
Original file line number Diff line number Diff line change
Expand Up @@ -33,10 +33,10 @@ jobs:
- name: Checkout repository
uses: actions/checkout@v5

- name: Setup Node 20
- name: Setup Node 22
uses: actions/setup-node@v6
with:
node-version: 20
node-version: 22
cache: 'npm'

- name: Get version to deploy
Expand Down
8 changes: 4 additions & 4 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -31,10 +31,10 @@ jobs:
- name: Checkout repository
uses: actions/checkout@v5

- name: Setup Node 20
- name: Setup Node 22
uses: actions/setup-node@v6
with:
node-version: 20
node-version: 22
cache: 'npm'

- name: Install dependencies
Expand Down Expand Up @@ -74,7 +74,7 @@ jobs:
- name: Set up Node.js for NPM
uses: actions/setup-node@v6
with:
node-version: 20
node-version: 22
registry-url: 'https://registry.npmjs.org'

- name: Download build artifacts
Expand Down Expand Up @@ -104,7 +104,7 @@ jobs:
- name: Set up Node.js for GitHub Packages
uses: actions/setup-node@v6
with:
node-version: 20
node-version: 22
registry-url: 'https://npm.pkg.github.com'
scope: '@ibrahimcesar'

Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/size-badges.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,10 +21,10 @@ jobs:
- name: Checkout repository
uses: actions/checkout@v5

- name: Setup Node 20
- name: Setup Node 22
uses: actions/setup-node@v6
with:
node-version: 20
node-version: 22
cache: 'npm'

- name: Install dependencies
Expand Down
3 changes: 0 additions & 3 deletions demo/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -16,8 +16,5 @@
"react": "^18.2.0",
"react-dom": "^18.2.0",
"react-lite-youtube-embed": "2.6.0"
},
"volta": {
"node": "20.10.0"
}
}
3 changes: 0 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -83,9 +83,6 @@
"vite-plugin-dts": "^4.3.0",
"vitest": "^3.2.4"
},
"volta": {
"node": "20.10.0"
},
"size-limit": [
{
"name": "ES Module",
Expand Down
Loading