Skip to content

Commit

Permalink
downgrade
Browse files Browse the repository at this point in the history
  • Loading branch information
ashwiniag committed Oct 12, 2024
1 parent 7d7eef9 commit 1cd7dd1
Show file tree
Hide file tree
Showing 3 changed files with 34 additions and 82 deletions.
4 changes: 2 additions & 2 deletions .github/actions/gokakashi-scan/index.js
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
import fetch from 'node-fetch';
import { setFailed, getInput, setOutput } from '@actions/core';
const fetch = require ('node-fetch');
const { setFailed, getInput, setOutput } = require('@actions/core');

async function run() {
try {
Expand Down
110 changes: 31 additions & 79 deletions .github/actions/gokakashi-scan/package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion .github/actions/gokakashi-scan/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,6 @@
"type": "module",
"dependencies": {
"@actions/core": "^1.10.1",
"node-fetch": "^3.3.2"
"node-fetch": "^2.6.1"
}
}

0 comments on commit 1cd7dd1

Please sign in to comment.