Skip to content

Commit

Permalink
Merge pull request #20 from subquery/fix-ci-publish
Browse files Browse the repository at this point in the history
Update CI deno version, fix missing deno for publish
  • Loading branch information
stwiname authored Oct 30, 2024
2 parents 3f240de + c86ee9b commit d0dc862
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/pr.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ jobs:

- uses: denoland/setup-deno@v1
with:
deno-version: 2.0.0-rc.10
deno-version: v2.x

- name: Run tests
run: deno task test
Expand Down
6 changes: 6 additions & 0 deletions .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,12 @@ jobs:
permissions:
contents: read
id-token: write # The OIDC ID token is used for authentication with JSR.

steps:
- uses: actions/checkout@v4

- uses: denoland/setup-deno@v1
with:
deno-version: v2.x

- run: deno run -A jsr:@david/[email protected] --allow-slow-types

0 comments on commit d0dc862

Please sign in to comment.