Skip to content

Commit

Permalink
chore: update CI Node.js version to 22
Browse files Browse the repository at this point in the history
  • Loading branch information
aryaemami59 committed Mar 5, 2025
1 parent 66ff32a commit 2b827dc
Show file tree
Hide file tree
Showing 4 changed files with 11 additions and 11 deletions.
2 changes: 1 addition & 1 deletion .codesandbox/ci.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
"/examples/action-listener/counter",
"/examples/publish-ci/cra5"
],
"node": "18",
"node": "22",
"buildCommand": "build:packages",
"packages": [
"packages/toolkit",
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ jobs:
- uses: actions/checkout@v4
- uses: actions/setup-node@v4
with:
node-version: '20.x'
node-version: '22.x'
registry-url: 'https://registry.npmjs.org'
cache: 'yarn'
- run: yarn install --frozen-lockfile
Expand Down
6 changes: 3 additions & 3 deletions .github/workflows/test-codegen.yml
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ jobs:

strategy:
matrix:
node-version: ['20.x']
node-version: ['22.x']
os: [ubuntu-latest]

steps:
Expand Down Expand Up @@ -79,7 +79,7 @@ jobs:
strategy:
fail-fast: false
matrix:
node-version: [20.x]
node-version: [22.x]
os: [ubuntu-latest]

steps:
Expand Down Expand Up @@ -125,7 +125,7 @@ jobs:
strategy:
fail-fast: false
matrix:
node-version: [20.x]
node-version: [22.x]
steps:
- name: Checkout repo
uses: actions/checkout@v4
Expand Down
12 changes: 6 additions & 6 deletions .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ jobs:
runs-on: ubuntu-latest
strategy:
matrix:
node: ['20.x']
node: ['22.x']

steps:
- name: Checkout repo
Expand Down Expand Up @@ -68,7 +68,7 @@ jobs:
strategy:
fail-fast: false
matrix:
node: ['20.x']
node: ['22.x']
react:
[
{
Expand Down Expand Up @@ -130,7 +130,7 @@ jobs:
strategy:
fail-fast: false
matrix:
node: ['20.x']
node: ['22.x']
ts: ['5.0', '5.1', '5.2', '5.3', '5.4', '5.5']
react:
[
Expand Down Expand Up @@ -194,7 +194,7 @@ jobs:
strategy:
fail-fast: false
matrix:
node: ['20.x']
node: ['22.x']
example:
[
'cra4',
Expand Down Expand Up @@ -264,7 +264,7 @@ jobs:
strategy:
fail-fast: false
matrix:
node: ['20.x']
node: ['22.x']
steps:
- name: Checkout repo
uses: actions/checkout@v4
Expand Down Expand Up @@ -296,7 +296,7 @@ jobs:
strategy:
fail-fast: false
matrix:
node: ['20.x']
node: ['22.x']
ts: ['5.3', '5.4', '5.5', 'next']
example:
[
Expand Down

0 comments on commit 2b827dc

Please sign in to comment.