Skip to content

Commit

Permalink
removed main.yml and updated the node version to 14
Browse files Browse the repository at this point in the history
  • Loading branch information
sudeep065 committed Jan 15, 2025
1 parent c672f41 commit 852ffe3
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 13 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ jobs:
- name: Set up Node.js
uses: actions/setup-node@v2
with:
node-version: '6.11.1'
node-version: '14'

- name: Install dependencies
run: npm install
Expand Down
12 changes: 0 additions & 12 deletions .github/workflows/main.yml

This file was deleted.

0 comments on commit 852ffe3

Please sign in to comment.