Skip to content

Commit

Permalink
chore: remove rc from setup-deno in ci
Browse files Browse the repository at this point in the history
  • Loading branch information
lowlighter committed Nov 19, 2024
1 parent 0093ddc commit 6f419fc
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 14 deletions.
8 changes: 0 additions & 8 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,8 +22,6 @@ jobs:
steps:
- uses: actions/checkout@v4
- uses: denoland/setup-deno@v2
with:
deno-version: rc
- name: List packages
id: packages
run: |
Expand Down Expand Up @@ -70,8 +68,6 @@ jobs:
ref: main
- uses: actions/configure-pages@v5
- uses: denoland/setup-deno@v2
with:
deno-version: rc
- uses: actions/setup-node@v4
with:
node-version: 22.x
Expand Down Expand Up @@ -101,8 +97,6 @@ jobs:
with:
ref: main
- uses: denoland/setup-deno@v2
with:
deno-version: rc
- name: Configure git
run: |
git config user.name 'github-actions[bot]'
Expand Down Expand Up @@ -158,8 +152,6 @@ jobs:
with:
fetch-depth: 0
- uses: denoland/setup-deno@v2
with:
deno-version: rc
- name: Configure git
run: |
git config user.name 'github-actions[bot]'
Expand Down
6 changes: 0 additions & 6 deletions .github/workflows/ci_package.yml
Original file line number Diff line number Diff line change
Expand Up @@ -79,8 +79,6 @@ jobs:
steps:
- uses: actions/checkout@v4
- uses: denoland/setup-deno@v2
with:
deno-version: rc
- run: deno lint
- run: deno fmt --check
- run: |
Expand Down Expand Up @@ -133,8 +131,6 @@ jobs:
with:
fetch-depth: 0
- uses: denoland/setup-deno@v2
with:
deno-version: rc
- uses: actions/setup-node@v4
with:
node-version: 22.x
Expand Down Expand Up @@ -219,8 +215,6 @@ jobs:
with:
fetch-depth: 0
- uses: denoland/setup-deno@v2
with:
deno-version: rc
- name: Configure git
run: |
git config user.name 'github-actions[bot]'
Expand Down

0 comments on commit 6f419fc

Please sign in to comment.