Skip to content

Commit

Permalink
Use node20
Browse files Browse the repository at this point in the history
  • Loading branch information
Shougo committed Mar 1, 2024
1 parent be20369 commit bac3199
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions .github/workflows/deno.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,9 +4,6 @@ env:
DENO_VERSION: 1.x
DENOPS_PATH: "./"

runs:
using: 'node20'

on:
schedule:
- cron: "0 7 * * 0"
Expand All @@ -20,6 +17,8 @@ on:
jobs:
deno-lint:
runs-on: ubuntu-latest
runs:
using: 'node20'
steps:
- uses: actions/checkout@v2
- uses: denoland/setup-deno@main
Expand All @@ -39,6 +38,8 @@ jobs:
deno-test:
runs-on: ubuntu-latest
runs:
using: 'node20'
steps:
- uses: actions/checkout@v2
- uses: denoland/setup-deno@main
Expand Down

0 comments on commit bac3199

Please sign in to comment.