Skip to content

Commit

Permalink
fix: bump nodejs version in github workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
zone117x committed Nov 12, 2020
1 parent 33831bd commit 0640790
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/stacks-blockchain-api.yml
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@ jobs:
- name: Use Node.js
uses: actions/setup-node@v1
with:
node-version: '13.x'
node-version: '14.x'

- name: Install deps
run: npm install
Expand Down Expand Up @@ -74,7 +74,7 @@ jobs:
- name: Use Node.js
uses: actions/setup-node@v1
with:
node-version: '13.x'
node-version: '14.x'

- name: Install deps
run: npm install
Expand Down Expand Up @@ -102,7 +102,7 @@ jobs:
- name: Use Node.js
uses: actions/setup-node@v1
with:
node-version: '13.x'
node-version: '14.x'

- name: Install deps
run: npm install
Expand Down Expand Up @@ -137,7 +137,7 @@ jobs:
- name: Use Node.js
uses: actions/setup-node@v1
with:
node-version: '13.x'
node-version: '14.x'

- name: Install deps
run: npm install
Expand Down

0 comments on commit 0640790

Please sign in to comment.