2
0
mirror of https://github.com/tenrok/axios.git synced 2026-05-30 15:24:11 +03:00

Merge branch 'oscard0m-add-cache-to-node-workflows'

This commit is contained in:
Jay
2022-05-04 20:52:50 +02:00
+1
View File
@@ -20,5 +20,6 @@ jobs:
uses: actions/setup-node@v2
with:
node-version: ${{ matrix.node-version }}
cache: npm
- run: npm install
- run: npm test