Skip to content

Commit

Permalink
fix(script): add explicit extension when importing yaml-parser (#16)
Browse files Browse the repository at this point in the history
  • Loading branch information
oscard0m authored Jul 18, 2021
1 parent 7ee88fa commit b37858b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion script.js
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
// @ts-check

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

const BRANCH_NAME = "add-cache-to-node-workflows";
const PATH = ".github/workflows";
Expand Down

0 comments on commit b37858b

Please sign in to comment.