diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index b0d9bed..f455032 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -37,6 +37,7 @@ jobs: # Therefore, it doesn't have to match the Node version supported by # VSCode. node-version: lts/* + cache: npm - name: Start xvfb run: | /usr/bin/Xvfb :99 -screen 0 1024x768x24 > /dev/null 2>&1 &