Commit 21f37381 by Francisco Giordano

Use Node 12 in Transpile job

parent 7a517138
...@@ -19,7 +19,7 @@ jobs: ...@@ -19,7 +19,7 @@ jobs:
ssh-key: ${{secrets.DEPLOY_KEY}} ssh-key: ${{secrets.DEPLOY_KEY}}
- uses: actions/setup-node@v1 - uses: actions/setup-node@v1
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