Skip to content

Commit

Permalink
Merge pull request #14 from joshLong145/add/publish-ci
Browse files Browse the repository at this point in the history
fix deno version and name in ci action file
  • Loading branch information
joshLong145 authored Mar 15, 2024
2 parents 4e5c1fa + 61d5af6 commit 58b18f4
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 58b18f4

Please sign in to comment.