add deps caching in node action

This commit is contained in:
mahula 2024-04-06 11:46:58 +02:00
parent 5bfeb1e070
commit 2dfc2000a0

View File

@ -34,7 +34,8 @@ jobs:
- name: Set Node version
uses: actions/setup-node@v4
with:
node-version: '21'
node-version: 21
cache: npm
# run build script
- name: Build Docs