Skip to content

Commit

Permalink
Merge pull request #97 from hotwax/ymaheshwari1-patch-1
Browse files Browse the repository at this point in the history
Updated pull-request.yml to remove step to create env file
  • Loading branch information
adityasharma7 authored Jun 19, 2023
2 parents 8780678 + 71015f8 commit b1cb2df
Showing 1 changed file with 2 additions and 4 deletions.
6 changes: 2 additions & 4 deletions .github/workflows/pull-request.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ jobs:

strategy:
matrix:
node-version: [12.x, 14.x, 16.x]
node-version: [14.x, 16.x]

steps:
- uses: actions/checkout@v2
Expand All @@ -27,7 +27,5 @@ jobs:

- name: Install Dependencies
run: npm install
- name: Generate .env file
run: cp .env.example .env
- name: Build
run: npm run build
run: npm run build

0 comments on commit b1cb2df

Please sign in to comment.