Skip to content

Commit

Permalink
fix the CI
Browse files Browse the repository at this point in the history
  • Loading branch information
boomzero committed Dec 31, 2023
1 parent b7c64fc commit af41f1c
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 28 deletions.
28 changes: 0 additions & 28 deletions .github/workflows/npm-build.yml

This file was deleted.

5 changes: 5 additions & 0 deletions .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,11 @@ jobs:

steps:
- uses: actions/checkout@v2
- name: Setup Deno
# uses: denoland/setup-deno@v1
uses: denoland/setup-deno@61fe2df320078202e33d7d5ad347e7dcfa0e8f31 # v1.1.2
with:
deno-version: v1.x
- name: Build
run: |
npm install
Expand Down

0 comments on commit af41f1c

Please sign in to comment.