diff options
author | Matthew Miller <matthew@millerti.me> | 2024-02-24 16:59:08 -0800 |
---|---|---|
committer | Matthew Miller <matthew@millerti.me> | 2024-02-24 16:59:08 -0800 |
commit | 93323cf45a0e7fd44032c3c206d85f50d3d59972 (patch) | |
tree | 9c31c609125de8e0e4f7ff80fcb5aa56999cbc88 | |
parent | 6eb5ac62e778c6c39c936cfce3309b9aa852021d (diff) |
Update Deno CI checks
-rw-r--r-- | .github/workflows/ciChecks.yml | 6 |
1 files changed, 2 insertions, 4 deletions
diff --git a/.github/workflows/ciChecks.yml b/.github/workflows/ciChecks.yml index 5b82cf0..3c466ed 100644 --- a/.github/workflows/ciChecks.yml +++ b/.github/workflows/ciChecks.yml @@ -17,9 +17,7 @@ jobs: strategy: matrix: node-version: [ 16, 18 ] - # TODO: Find a better action, this one is limited to v1.33.1 - # See https://github.com/maximousblk/setup-deno/issues - deno-version: [ 'v1.33.1' ] + deno-version: [ 'v1.41.0' ] steps: - uses: actions/checkout@v3 @@ -34,7 +32,7 @@ jobs: # Install Deno - name: Setup Deno ${{ matrix.deno-version }} - uses: maximousblk/setup-deno@v2 + uses: denoland/setup-deno@v1 with: deno-version: ${{ matrix.deno-version }} - name: Confirm installed Deno version |