Skip to content

Commit

Permalink
chore: upgrade deps (#79)
Browse files Browse the repository at this point in the history
  • Loading branch information
sethyates authored Jan 10, 2023
1 parent 797d5c0 commit 95363bc
Show file tree
Hide file tree
Showing 9 changed files with 810 additions and 7,664 deletions.
2 changes: 1 addition & 1 deletion __tests__/main.test.ts
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ import {expect, test} from '@jest/globals'
// shows how the runner will run a javascript action with env / stdout protocol
test('test runs', () => {
const np = process.execPath
const ip = path.join(__dirname, '..', 'lib', 'main.js')
const ip = path.join(__dirname, '..', 'dist', 'main', 'index.js')
const options: cp.ExecFileSyncOptions = {
env: process.env,
stdio: 'pipe'
Expand Down
7 changes: 7 additions & 0 deletions dist/main/index.js

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion dist/main/index.js.map

Large diffs are not rendered by default.

Loading

0 comments on commit 95363bc

Please sign in to comment.