mirror of
https://github.com/actions/hello-world-javascript-action.git
synced 2025-04-05 14:09:39 +00:00
Set node version in package.json
This commit is contained in:
@ -1,6 +1,7 @@
|
||||
/**
|
||||
* The entrypoint for the action.
|
||||
*/
|
||||
const { run } = require('./main')
|
||||
import { run } from './main'
|
||||
|
||||
/* istanbul ignore next */
|
||||
run()
|
||||
|
Reference in New Issue
Block a user