Skip to content

Commit

Permalink
use deno action
Browse files Browse the repository at this point in the history
  • Loading branch information
kevinfiol committed Oct 18, 2023
1 parent be3d6bd commit 68df298
Showing 1 changed file with 6 additions and 3 deletions.
9 changes: 6 additions & 3 deletions .github/workflows/build.yml
Expand Up @@ -14,17 +14,20 @@ jobs:
runs-on: ubuntu-22.04
steps:
- uses: actions/checkout@v3
- uses: pnpm/action-setup@v2
with:
version: 8
- uses: actions/setup-node@v3
with:
node-version: 18.15.0
cache: 'pnpm'
- uses: pnpm/action-setup@v2
with:
version: 8
- name: install and build
run: |
pnpm install --prod
pnpm run build
- uses: denoland/setup-deno@v1
with:
deno-version: 1.36.1
- name: deploy
run: |
# install deployctl
Expand Down

0 comments on commit 68df298

Please sign in to comment.