Skip to content

Commit

Permalink
chore: upgrade deps (#76)
Browse files Browse the repository at this point in the history
  • Loading branch information
sethyates authored Jan 10, 2023
1 parent fac3700 commit 1bafa98
Show file tree
Hide file tree
Showing 3 changed files with 1,492 additions and 1,279 deletions.
4 changes: 2 additions & 2 deletions __tests__/main.test.ts
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
import * as process from 'process'
import * as cp from 'child_process'
import * as path from 'path'
import {expect, test} from '@jest/globals'
import {test} from '@jest/globals'

// shows how the runner will run a javascript action with env / stdout protocol
test('test runs', () => {
Expand All @@ -13,7 +13,7 @@ test('test runs', () => {
process.env['INPUT_TOKEN'] = 'lkjdfkjdsklf'

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
Loading

0 comments on commit 1bafa98

Please sign in to comment.