Skip to content

Commit

Permalink
Merge branch 'main' into dependabot/github_actions/actions/upload-art…
Browse files Browse the repository at this point in the history
…ifact-4.6.0
  • Loading branch information
rodneylab authored Jan 20, 2025
2 parents 8c48c09 + 829a056 commit ae11f75
Show file tree
Hide file tree
Showing 3 changed files with 258 additions and 81 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/deno.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ jobs:
# uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2
# - uses: dtolnay/rust-toolchain@4f366e621dc8fa63f557ca04b8f4361824a35a45 # stable
# - name: Install Deno
# uses: denoland/setup-deno@4606d5cc6fb3f673efd4f594850e3f4b3e9d29cd # v2.0.0
# uses: denoland/setup-deno@909cc5acb0fdd60627fb858598759246509fa755 # v2.0.2
# with:
# deno-version: v1.x
# - name: Check Wasm up-to-date
Expand All @@ -37,7 +37,7 @@ jobs:
- name: Clone repository
uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2
- name: Install Deno
uses: denoland/setup-deno@4606d5cc6fb3f673efd4f594850e3f4b3e9d29cd # v2.0.0
uses: denoland/setup-deno@909cc5acb0fdd60627fb858598759246509fa755 # v2.0.2
with:
deno-version: v2.x
- name: Check formatting
Expand All @@ -57,7 +57,7 @@ jobs:
- name: Clone repository
uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2
- name: Install Deno
uses: denoland/setup-deno@4606d5cc6fb3f673efd4f594850e3f4b3e9d29cd # v2.0.0
uses: denoland/setup-deno@909cc5acb0fdd60627fb858598759246509fa755 # v2.0.2
with:
deno-version: v2.x
- name: Test Modules
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@
"@rodneylab/parsedown": "link:pkg",
"husky": "^9.1.7",
"prettier": "^3.4.2",
"vitest": "^2.1.8"
"vitest": "^3.0.2"
},
"type": "module"
}
Loading

0 comments on commit ae11f75

Please sign in to comment.