Skip to content

Commit

Permalink
ci(examples): bump node-version to 22
Browse files Browse the repository at this point in the history
  • Loading branch information
thewtex committed Dec 9, 2024
1 parent 9cc22cc commit e0808cd
Showing 1 changed file with 7 additions and 7 deletions.
14 changes: 7 additions & 7 deletions .github/workflows/examples.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ jobs:
- uses: actions/setup-node@v4
with:
node-version: '20'
node-version: '22'

- name: Install
uses: pnpm/action-setup@v4
Expand Down Expand Up @@ -64,7 +64,7 @@ jobs:

- uses: actions/setup-node@v4
with:
node-version: '18'
node-version: '22'

- name: Install
run: |
Expand Down Expand Up @@ -129,7 +129,7 @@ jobs:

- uses: actions/setup-node@v4
with:
node-version: '18'
node-version: '22'

- name: Install
run: |
Expand Down Expand Up @@ -164,7 +164,7 @@ jobs:

- uses: actions/setup-node@v4
with:
node-version: '20'
node-version: '22'

- name: Install
uses: pnpm/action-setup@v4
Expand Down Expand Up @@ -276,7 +276,7 @@ jobs:

- uses: actions/setup-node@v4
with:
node-version: '20'
node-version: '22'

- name: Build dependencies
run: |
Expand Down Expand Up @@ -315,7 +315,7 @@ jobs:
- uses: actions/setup-node@v4
with:
node-version: '18'
node-version: '22'

- name: Install
run: |
Expand Down Expand Up @@ -348,7 +348,7 @@ jobs:
- uses: actions/setup-node@v4
with:
node-version: '20'
node-version: '22'

- name: Install
uses: pnpm/action-setup@v4
Expand Down

0 comments on commit e0808cd

Please sign in to comment.