Skip to content

Commit

Permalink
Update
Browse files Browse the repository at this point in the history
  • Loading branch information
Shougo committed Mar 1, 2024
1 parent bac3199 commit af915ef
Showing 1 changed file with 2 additions and 4 deletions.
6 changes: 2 additions & 4 deletions .github/workflows/deno.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,10 +17,8 @@ on:
jobs:
deno-lint:
runs-on: ubuntu-latest
runs:
using: 'node20'
steps:
- uses: actions/checkout@v2
- uses: actions/checkout@v4
- uses: denoland/setup-deno@main
with:
deno-version: ${{ env.DENO_VERSION }}
Expand All @@ -41,7 +39,7 @@ jobs:
runs:
using: 'node20'
steps:
- uses: actions/checkout@v2
- uses: actions/checkout@v4
- uses: denoland/setup-deno@main
with:
deno-version: ${{ env.DENO_VERSION }}
Expand Down

0 comments on commit af915ef

Please sign in to comment.