mirror of
https://github.com/IT4Change/boilerplate-e2e-cypress-cucumber.git
synced 2025-12-13 04:55:50 +00:00
add deps caching in node action
This commit is contained in:
parent
5bfeb1e070
commit
2dfc2000a0
3
.github/workflows/e2e.deploy.docs.yml
vendored
3
.github/workflows/e2e.deploy.docs.yml
vendored
@ -34,7 +34,8 @@ jobs:
|
|||||||
- name: Set Node version
|
- name: Set Node version
|
||||||
uses: actions/setup-node@v4
|
uses: actions/setup-node@v4
|
||||||
with:
|
with:
|
||||||
node-version: '21'
|
node-version: 21
|
||||||
|
cache: npm
|
||||||
|
|
||||||
# run build script
|
# run build script
|
||||||
- name: Build Docs
|
- name: Build Docs
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user