Skip to content

Commit b37858b

Browse files
authored
fix(script): add explicit extension when importing yaml-parser (#16)
1 parent 7ee88fa commit b37858b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

script.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
// @ts-check
22

33
import { composeCreatePullRequest } from "octokit-plugin-create-pull-request";
4-
import { getAddCacheToSetupNodeFunction } from "./utils/yaml-parser";
4+
import { getAddCacheToSetupNodeFunction } from "./utils/yaml-parser.js";
55

66
const BRANCH_NAME = "add-cache-to-node-workflows";
77
const PATH = ".github/workflows";

0 commit comments

Comments
 (0)