Skip to content

Commit

Permalink
use node10
Browse files Browse the repository at this point in the history
  • Loading branch information
thescientist13 committed Jun 29, 2020
1 parent 4e0ffda commit 8b049fb
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ jobs:
- name: Use Node.js ${{ matrix.node-version }}
uses: actions/setup-node@v1
with:
node-version: 12.x
node-version: 10.x
- name: Installing project dependencies
run: |
yarn install --frozen-lockfile
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/master.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ jobs:
- name: Use Node.js ${{ matrix.node-version }}
uses: actions/setup-node@v1
with:
node-version: 12.x
node-version: 10.x
- name: Installing project dependencies
run: |
yarn install --frozen-lockfile
Expand Down

0 comments on commit 8b049fb

Please sign in to comment.