We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 63f390c commit 02679ceCopy full SHA for 02679ce
.github/workflows/deno.yml
@@ -42,6 +42,15 @@ jobs:
42
if [ -e ./docs/types/index.d.ts ]; then
43
cp ./docs/types/index.d.ts ./deno/mod.d.ts
44
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
54
- name: Bundle package for Deno
55
id: deno-bundle
56
uses: stdlib-js/deno-bundle-action@main
0 commit comments