Skip to content

Commit

Permalink
fix(ci): add deno env
Browse files Browse the repository at this point in the history
  • Loading branch information
magic-akari committed Sep 2, 2023
1 parent 009a3b7 commit 9dc3e2c
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .editorconfig
Original file line number Diff line number Diff line change
Expand Up @@ -9,3 +9,6 @@ end_of_line = lf
indent_style = tab
insert_final_newline = true
indent_size = 4

[*.yml]
indent_style = space
7 changes: 7 additions & 0 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,13 +8,20 @@ jobs:
steps:
- uses: actions/checkout@v3
- uses: actions/setup-node@v3
name: Install Node
with:
node-version-file: ".node-version"

- uses: pnpm/action-setup@v2
name: Install pnpm

- uses: denoland/setup-deno@v1
name: Install Deno
with:
deno-version: v1.x

- uses: oven-sh/setup-bun@v1
name: Install bun

- run: |
wget -P ${{ runner.temp }} https://github.com/tinygo-org/tinygo/releases/download/v0.28.1/tinygo_0.28.1_amd64.deb
Expand Down

0 comments on commit 9dc3e2c

Please sign in to comment.