Skip to content

Commit

Permalink
chore: fix node version
Browse files Browse the repository at this point in the history
  • Loading branch information
joepegler committed Aug 22, 2024
1 parent e6fe0ff commit 7f97b25
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/size-report.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ jobs:

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

- name: Set up Bun
uses: oven-sh/setup-bun@v1
Expand Down
4 changes: 4 additions & 0 deletions .github/workflows/test-read.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,10 @@ jobs:
steps:
- uses: actions/checkout@v3

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

- name: Install dependencies
uses: ./.github/actions/install-dependencies

Expand Down
3 changes: 3 additions & 0 deletions .github/workflows/test-write.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,9 @@ jobs:
cancel-in-progress: true
steps:
- uses: actions/checkout@v3
- uses: actions/setup-node@v4
with:
node-version: 22

- name: Install dependencies
uses: ./.github/actions/install-dependencies
Expand Down

0 comments on commit 7f97b25

Please sign in to comment.