ci(workflow): add cache to workflows using actions/setup-node (#2740)

Co-authored-by: Lucas Nogueira <lucas@tauri.studio>
This commit is contained in:
Oscar Dominguez
2021-10-22 16:33:02 +02:00
committed by GitHub
parent b1f5c6d7ac
commit 651fc01492
8 changed files with 26 additions and 15 deletions

View File

@@ -72,7 +72,7 @@ jobs:
steps:
- uses: actions/checkout@v2
- name: setup node
uses: actions/setup-node@v1
uses: actions/setup-node@v2
with:
node-version: 12
- name: install Rust stable

View File

@@ -69,7 +69,7 @@ jobs:
# install the latest stable node version at the time of writing
- name: Node v16
uses: actions/setup-node@v1
uses: actions/setup-node@v2
with:
node-version: 16.x