Skip to content

Commit

Permalink
bump node version to node 12.x
Browse files Browse the repository at this point in the history
  • Loading branch information
todaywasawesome committed Jul 12, 2021
1 parent ce50046 commit f193987
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/gh-pages.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -10,10 +10,10 @@ jobs:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v1
- name: Use Node.js 10.x
- name: Use Node.js 12.x
uses: actions/setup-node@v1
with:
node-version: 10.x
node-version: 12.x
- uses: actions/cache@v1
with:
path: node_modules
Expand Down

0 comments on commit f193987

Please sign in to comment.