Skip to content

Commit

Permalink
Merge pull request #55 from beabee-communityrm/chore-deno-v1
Browse files Browse the repository at this point in the history
chore(github): Set deno to v1.x for Github Actions
  • Loading branch information
JumpLink authored Oct 11, 2024
2 parents e30d617 + 3965a4b commit 79954d6
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions .github/actions/setup/action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,9 +11,9 @@ runs:
cache: yarn
node-version: 20
- name: Setup Deno
uses: denoland/setup-deno@v1
uses: denoland/setup-deno@v2
with:
deno-version: vx.x.x
deno-version: v1.x.x
- name: Install dependencies
run: yarn install
shell: bash
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/common-check.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ jobs:
strategy:
matrix:
node-version: [20.x]
deno-version: [vx.x.x]
deno-version: [v1.x.x]
os:
- ubuntu-latest
runs-on: ${{ matrix.os }}
Expand Down

0 comments on commit 79954d6

Please sign in to comment.