Skip to content

Commit

Permalink
ci: CI on both Node 22 and Deno 2
Browse files Browse the repository at this point in the history
  • Loading branch information
dirkluijk committed Nov 21, 2024
1 parent d32047c commit ecf0015
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -52,11 +52,13 @@ jobs:

runs-on: ubuntu-latest


permissions:
id-token: write # Needed for auth with Deno Deploy
contents: read # Needed to clone the repository

env:
DENO_DIR: '.deno'

steps:
- name: 'Clone repository'
uses: actions/checkout@v4
Expand All @@ -73,7 +75,7 @@ jobs:
uses: actions/cache@v2
with:
path: ${{ env.DENO_DIR }}
key: deno_v2_cache
key: deno_dir

- name: 'deno check'
run: deno check **/*.ts
Expand Down

0 comments on commit ecf0015

Please sign in to comment.