Skip to content

Commit

Permalink
Refactor GitHub workflows: Remove Node.js setup and dependency instal…
Browse files Browse the repository at this point in the history
…lation
  • Loading branch information
evanalif113 committed Oct 31, 2024
1 parent 31ebffc commit d49b779
Showing 1 changed file with 0 additions and 7 deletions.
7 changes: 0 additions & 7 deletions .github/workflows/deploy.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -14,13 +14,6 @@ jobs:
- name: Checkout repository
uses: actions/checkout@v2

- name: Setup Node.js
uses: actions/setup-node@v2
with:
node-version: '16'

- name: Install dependencies
run: npm install

- name: Build project
env:
Expand Down

0 comments on commit d49b779

Please sign in to comment.