CI: Update setup-node version and enable npm caching
https://github.blog/changelog/2021-07-02-github-actions-setup-node-now-supports-dependency-caching/
This commit is contained in:
parent
314f66c84a
commit
689da34094
1 changed files with 2 additions and 1 deletions
3
.github/workflows/ci.yml
vendored
3
.github/workflows/ci.yml
vendored
|
@ -10,9 +10,10 @@ jobs:
|
|||
submodules: recursive
|
||||
|
||||
- name: Install Node
|
||||
uses: actions/setup-node@v1
|
||||
uses: actions/setup-node@v2
|
||||
with:
|
||||
node-version: 14
|
||||
cache: npm
|
||||
|
||||
# On GitHub
|
||||
- name: Install xvfb
|
||||
|
|
Loading…
Reference in a new issue