Skip to content

Commit

Permalink
Bump node version to 10
Browse files Browse the repository at this point in the history
  • Loading branch information
duyet committed Oct 28, 2019
1 parent 809bf07 commit a538c4e
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/deploy_functions.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ jobs:
- name: Use Node.js
uses: actions/setup-node@v1
with:
node-version: 8.x
node-version: 10.x
- name: Run Eslint
run: |
cd functions
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/deploy_hosting.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ jobs:
- name: Use Node.js
uses: actions/setup-node@v1
with:
node-version: 8.x
node-version: 10.x
- name: Run Eslint
run: |
cd hosting
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/deploy_releases.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ jobs:
- name: Use Node.js
uses: actions/setup-node@v1
with:
node-version: 8.x
node-version: 10.x
- name: Run Eslint
run: |
cd functions
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/on_pull_request.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ jobs:
- name: Use Node.js
uses: actions/setup-node@v1
with:
node-version: 8.x
node-version: 10.x
- name: Lint functions
run: |
cd functions
Expand Down

0 comments on commit a538c4e

Please sign in to comment.