Skip to content

Commit

Permalink
Merge pull request #199 from gagan-suie/dev
Browse files Browse the repository at this point in the history
Fix: updated node version
  • Loading branch information
gagansuie authored Jan 23, 2023
2 parents 1786450 + 8b60393 commit b7a41a9
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 5 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/ci-dev.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ jobs:
- name: Setup Node
uses: actions/setup-node@v3
with:
node-version: 17
node-version: 18

- name: Install Dependencies
run: |
Expand Down Expand Up @@ -80,7 +80,7 @@ jobs:
- name: Install Node
uses: actions/setup-node@v3
with:
node-version: 17
node-version: 18

- name: Install NPM and build
run: npm install && npm run build
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/ci-prod.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ jobs:
- name: Setup Node
uses: actions/setup-node@v3
with:
node-version: 17
node-version: 18

- name: Install Dependencies
run: |
Expand Down Expand Up @@ -84,7 +84,7 @@ jobs:
- name: Install Node
uses: actions/setup-node@v3
with:
node-version: 17
node-version: 18

- name: Install NPM and build
run: npm install && npm run build
Expand Down
2 changes: 1 addition & 1 deletion .node-version
Original file line number Diff line number Diff line change
@@ -1 +1 @@
17
18

0 comments on commit b7a41a9

Please sign in to comment.