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:
Dan Stillman 2021-07-07 00:16:56 -04:00
parent 314f66c84a
commit 689da34094

View file

@ -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