Skip to content

Commit

Permalink
fix deno
Browse files Browse the repository at this point in the history
  • Loading branch information
maximilianMairinger committed May 22, 2023
1 parent 6eaa2e4 commit 4110a68
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/CI.yml
Original file line number Diff line number Diff line change
Expand Up @@ -91,7 +91,7 @@ jobs:
- name: Building
run: npm run buildESM
- name: Run checks
run: deno run CI/deno.mjs
run: deno run --allow-sys CI/deno.mjs

env:
CI: true
Expand Down
3 changes: 2 additions & 1 deletion app/src/crossPlatformSpecs.ts
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,8 @@
import is from "platform-detect"
import uaParser from "ua-parser-js"
import prettyBytes from "pretty-bytes"
import os from "os"
// @ts-ignore
import os from "node:os"


export let environment = "?"
Expand Down

0 comments on commit 4110a68

Please sign in to comment.