Skip to content

Commit 02679ce

Browse files
authored
Update deno.yml
1 parent 63f390c commit 02679ce

File tree

1 file changed

+9
-0
lines changed

1 file changed

+9
-0
lines changed

.github/workflows/deno.yml

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -42,6 +42,15 @@ jobs:
4242
if [ -e ./docs/types/index.d.ts ]; then
4343
cp ./docs/types/index.d.ts ./deno/mod.d.ts
4444
fi
45+
- uses: actions/setup-node@v2
46+
with:
47+
node-version: 16
48+
timeout-minutes: 5
49+
- name: Install production and development dependencies
50+
id: install
51+
run: |
52+
npm install || npm install || npm install
53+
timeout-minutes: 15
4554
- name: Bundle package for Deno
4655
id: deno-bundle
4756
uses: stdlib-js/deno-bundle-action@main

0 commit comments

Comments
 (0)