Skip to content

Commit

Permalink
fix: fix again main.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
adhikara13 committed Dec 16, 2023
1 parent 1775778 commit 560d830
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,7 @@ on:
push:
branches:
- main

jobs:
fetch-and-save-data:
runs-on: ubuntu-latest
Expand All @@ -20,7 +21,7 @@ jobs:
node-version: 14

- name: Install Dependencies
run: npm install
run: npm install node-fetch

- name: Fetch and Save Data
run: |
Expand All @@ -37,4 +38,3 @@ jobs:
console.error('Error fetching data:', error); \
process.exit(1); \
})"

0 comments on commit 560d830

Please sign in to comment.