Skip to content

Commit

Permalink
Update "setup-node" (#6)
Browse files Browse the repository at this point in the history
  • Loading branch information
IgorNovozhilov authored Jul 14, 2021
1 parent 99f1a0c commit b214f75
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion actions/setup-node-latest/setup-node-latest.cjs
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ async function run() {

core.info('run github:actions/setup-node#main')
// @ts-ignore
require('@actions/setup-node/dist/index.js')
require('@actions/setup-node/dist/setup/index.js')
}

run().catch(error => {
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@nodutilus/project-config",
"version": "1.1.0",
"version": "1.1.1",
"description": "Node.js utilities - projects shared configuration",
"repository": "github:nodutilus/project-config",
"license": "Unlicense",
Expand Down

0 comments on commit b214f75

Please sign in to comment.