Skip to content

Commit

Permalink
chore: upgrade deps (#72)
Browse files Browse the repository at this point in the history
  • Loading branch information
sethyates authored Jan 10, 2023
1 parent 16e86ac commit bf00222
Show file tree
Hide file tree
Showing 7 changed files with 1,564 additions and 1,331 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
63 changes: 39 additions & 24 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.

63 changes: 39 additions & 24 deletions dist/setup/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/setup/index.js.map

Large diffs are not rendered by default.

Loading

0 comments on commit bf00222

Please sign in to comment.