Skip to content

Commit

Permalink
Update .github/workflows/publish_to_npm.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
mryhryki committed Aug 5, 2023
1 parent 380c459 commit 6949510
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion .github/workflows/publish_to_npm.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,8 +23,12 @@ jobs:
uses: actions/checkout@v3
- name: Setup Node
uses: actions/setup-node@v3
- name: Setup Deno
uses: denoland/setup-deno@v1
with:
deno-version: v1.x
- name: Show environment
run: set -x; pwd; ls -la; node -v; npm -v;
run: set -x; pwd; ls -la; node -v; npm -v; deno --version;
- name: Install dependencies
run: npm install
- name: Configure git
Expand Down

0 comments on commit 6949510

Please sign in to comment.