Skip to content

Commit

Permalink
chore: ensure that shim-deno runs (not necessarily correctly) on No…
Browse files Browse the repository at this point in the history
…de 14
  • Loading branch information
wojpawlik authored Jan 31, 2022
1 parent aa22b20 commit 6cc15d7
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,8 @@ jobs:
- run: npm ci --ignore-scripts
- run: npm run --silent build --workspaces
- run: npm run --silent test --workspaces
- run: cd packages/shim-deno && tools/missing.ts || echo "Some items are missing"
- name: Try running on Node 14
run: cd packages/shim-deno && npx node@14 dist/index.js
if: matrix.os == 'ubuntu-latest'
- run: cd packages/shim-deno && tools/untested.sh
if: matrix.os == 'ubuntu-latest'
Expand Down

0 comments on commit 6cc15d7

Please sign in to comment.