Skip to content

Commit

Permalink
Fix script
Browse files Browse the repository at this point in the history
  • Loading branch information
mrruby committed Feb 29, 2024
1 parent 83cde08 commit 8f57703
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions .github/workflows/test.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -16,15 +16,12 @@ jobs:
uses: actions/setup-node@v3
with:
node-version: 18
- name: Install node-fetch
run: npm install node-fetch
- name: Check version against latest release in Chrome Web Store
id: check_version
uses: actions/github-script@v6
with:
script: |
const fs = require('fs/promises');
const fetch = require('node-fetch');
const core = require('@actions/core');
fs.readFile('./static/manifest.json', 'utf8').then(data => {
const manifest = JSON.parse(data);
Expand Down

0 comments on commit 8f57703

Please sign in to comment.