Skip to content

Commit

Permalink
fix(ci): change node version
Browse files Browse the repository at this point in the history
  • Loading branch information
RealHeart committed Apr 14, 2024
1 parent 3bc3797 commit 21aa1a1
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ jobs:
- name: Setup Node.js
uses: actions/setup-node@v3
with:
node-version: 18
node-version: 20
- uses: oven-sh/setup-bun@v1
with:
bun-version: latest
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/snapshot.yml
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@ jobs:
- name: Setup Node.js
uses: actions/setup-node@v3
with:
node-version: lts
node-version: 20
- uses: oven-sh/setup-bun@v1
with:
bun-version: latest
Expand Down

0 comments on commit 21aa1a1

Please sign in to comment.