Commit aa06c9fb by Francisco Giordano

Use Node 12 in CI

parent 100ca0b8
...@@ -15,7 +15,7 @@ jobs: ...@@ -15,7 +15,7 @@ jobs:
- uses: actions/checkout@v2 - uses: actions/checkout@v2
- uses: actions/setup-node@v2 - uses: actions/setup-node@v2
with: with:
node-version: 10.x node-version: 12.x
- uses: actions/cache@v2 - uses: actions/cache@v2
id: cache id: cache
with: with:
...@@ -40,7 +40,7 @@ jobs: ...@@ -40,7 +40,7 @@ jobs:
fetch-depth: 2 fetch-depth: 2
- uses: actions/setup-node@v2 - uses: actions/setup-node@v2
with: with:
node-version: 10.x node-version: 12.x
- uses: actions/cache@v2 - uses: actions/cache@v2
id: cache id: cache
with: with:
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment