Skip to content

Commit

Permalink
Merge pull request #2 from sudeep065/feature/adding-github-workflows-…
Browse files Browse the repository at this point in the history
…deploy

removed main.yml and updated the node version to 14
  • Loading branch information
sudeep065 authored Jan 15, 2025
2 parents a51020f + 852ffe3 commit 2d88993
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 2d88993

Please sign in to comment.