Skip to content

Commit

Permalink
use node version 14
Browse files Browse the repository at this point in the history
  • Loading branch information
isc-rsingh committed Mar 20, 2023
1 parent 00a4116 commit 7b57f39
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@ jobs:
- name: Use Node.js
uses: actions/setup-node@v2
with:
node-version: 16
node-version: 14
- run: npm install
- name: lint
if: runner.os == 'Linux'
Expand Down Expand Up @@ -133,7 +133,7 @@ jobs:
- name: Use Node.js
uses: actions/setup-node@v2
with:
node-version: 16
node-version: 14
- name: Prepare build
id: set-version
run: |
Expand Down

0 comments on commit 7b57f39

Please sign in to comment.