Skip to content

Commit

Permalink
fix: specify node runtime
Browse files Browse the repository at this point in the history
  • Loading branch information
MatyiFKBT committed Jun 21, 2022
1 parent 122156f commit 6bf817a
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions src/index.ts
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
#!/usr/bin/env node
import fs from 'fs'

import vercelConfig from './vercel.json'
Expand Down
2 changes: 1 addition & 1 deletion tsconfig.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"compilerOptions": {
"target": "es2016",
"target": "es2020",
"module": "commonjs",
"esModuleInterop": true,
"forceConsistentCasingInFileNames": true,
Expand Down

0 comments on commit 6bf817a

Please sign in to comment.