Skip to content

Commit

Permalink
internal: Bump node to 22 for github actions
Browse files Browse the repository at this point in the history
  • Loading branch information
ntucker committed Apr 25, 2024
1 parent 4a70d3e commit 6ab5288
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
3 changes: 2 additions & 1 deletion .github/workflows/benchmark.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,7 @@ on:
- 'packages/endpoint/src/schemas/**'
- 'packages/core/src/**'
- 'examples/benchmark/**'
- '.github/workflows/benchmark.yml'
jobs:
benchmark:

Expand All @@ -29,7 +30,7 @@ jobs:
fetch-depth: 1
- uses: actions/setup-node@v4
with:
node-version: '20'
node-version: '22'
cache: 'yarn'
- name: Install packages
run: |
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ jobs:
- uses: actions/checkout@v4
- uses: actions/setup-node@v4
with:
node-version: '20'
node-version: '22'
cache: 'yarn'
- name: Install packages
run: |
Expand Down

0 comments on commit 6ab5288

Please sign in to comment.