Skip to content

Commit

Permalink
remove npm
Browse files Browse the repository at this point in the history
  • Loading branch information
justinsoong committed Nov 28, 2024
1 parent 92c2233 commit 15cd667
Showing 1 changed file with 0 additions and 7 deletions.
7 changes: 0 additions & 7 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,13 +10,6 @@ jobs:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: actions/setup-node@v3
with:
node-version: 18
registry-url: "https://registry.npmjs.org"
- name: Install dependencies
run: |
npm install
- name: Install Java
uses: actions/setup-java@v3
with:
Expand Down

0 comments on commit 15cd667

Please sign in to comment.