Skip to content

Commit

Permalink
fix deno version and name in ci action file
Browse files Browse the repository at this point in the history
  • Loading branch information
jlong145 committed Mar 15, 2024
1 parent 92dc94e commit 61d5af6
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
name: Test Deno Module
name: Publish

on:
push:
Expand All @@ -9,7 +9,7 @@ jobs:
runs-on: ubuntu-latest
strategy:
matrix:
deno-version: [1.39.1]
deno-version: [1.41.2]
steps:
- name: Git Checkout Deno Module
uses: actions/checkout@v2
Expand Down

0 comments on commit 61d5af6

Please sign in to comment.