Skip to content

Commit

Permalink
chore(ci): remove setup node
Browse files Browse the repository at this point in the history
  • Loading branch information
RealHeart committed Sep 29, 2024
1 parent 11865ec commit bac281a
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 8 deletions.
4 changes: 0 additions & 4 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -40,10 +40,6 @@ jobs:
key: ${{ matrix.config.target }}
workspaces: './src-tauri -> target'

- name: Setup Node.js
uses: actions/setup-node@v4
with:
node-version: 20
- name: Setup Bun
uses: oven-sh/setup-bun@v1
with:
Expand Down
4 changes: 0 additions & 4 deletions .github/workflows/snapshot.yml
Original file line number Diff line number Diff line change
Expand Up @@ -47,10 +47,6 @@ jobs:
key: ${{ matrix.config.target }}
workspaces: './src-tauri -> target'

- name: Setup Node.js
uses: actions/setup-node@v4
with:
node-version: 20
- name: Setup Bun
uses: oven-sh/setup-bun@v1
with:
Expand Down

0 comments on commit bac281a

Please sign in to comment.