Merge pull request #49 from IT4Change/change-docs-deploy-action

chore(other): add deps caching in node action
This commit is contained in:
mahula 2024-04-06 11:48:17 +02:00 committed by GitHub
commit 74d7a7d104
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

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