Skip to content

Commit

Permalink
fix(deps): update ci
Browse files Browse the repository at this point in the history
  • Loading branch information
kuus committed Apr 8, 2022
1 parent a28ff82 commit c853544
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 1 deletion.
6 changes: 6 additions & 0 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -71,6 +71,12 @@ jobs:
with:
node-version: 14

# FIXME: this should not be needed, @see
# https://github.com/bahmutov/npm-install/issues/103#issuecomment-931226602
# https://github.com/vercel/next.js/issues/30731#issuecomment-983753570
- name: Upgrade NPM
run: npm install -g npm

- name: Cache npm
uses: actions/cache@v2
with:
Expand Down
2 changes: 1 addition & 1 deletion packages/core/api-git.ts
Original file line number Diff line number Diff line change
Expand Up @@ -116,7 +116,7 @@ export class ApiGit extends Api {
} catch (_e) {
if (this.debug) {
console.error(
`[@kjam/core] ApiGit::getData failed parsing JSON at '${path}'`
`[@kjam/core]: ApiGit::getData failed parsing JSON at '${path}'`
);
}
return failedReturn;
Expand Down

0 comments on commit c853544

Please sign in to comment.