Skip to content

Commit

Permalink
Use mise-action instead of setup-deno to sync version
Browse files Browse the repository at this point in the history
  • Loading branch information
mono0x committed Apr 5, 2024
1 parent 75cac35 commit c55328c
Showing 1 changed file with 3 additions and 9 deletions.
12 changes: 3 additions & 9 deletions .github/workflows/test.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -14,9 +14,7 @@ jobs:
- name: "Workaround: Prepare ~/.local/share/chezmoi"
run: |
ln -s "$(pwd)" "$HOME/.local/share/chezmoi"
- uses: denoland/setup-deno@v1
with:
deno-version: v1.x
- uses: jdx/mise-action@v2
- name: Install dependencies
run: |
sudo apt install -y zsh
Expand All @@ -40,9 +38,7 @@ jobs:
- name: "Workaround: Prepare ~/.local/share/chezmoi"
run: |
ln -s "$(pwd)" "$HOME/.local/share/chezmoi"
- uses: denoland/setup-deno@v1
with:
deno-version: v1.x
- uses: jdx/mise-action@v2
- name: Install goss
run: |
sudo curl -L https://github.com/goss-org/goss/releases/latest/download/goss-darwin-amd64 -o /usr/local/bin/goss
Expand Down Expand Up @@ -85,9 +81,7 @@ jobs:
- uses: actions/checkout@v4
with:
fetch-depth: 1
- uses: denoland/setup-deno@v1
with:
deno-version: v1.x
- uses: jdx/mise-action@v2
- name: Install dependencies
run: sudo apt install -y zsh
- name: Run test
Expand Down

0 comments on commit c55328c

Please sign in to comment.