aboutsummaryrefslogtreecommitdiffhomepage
path: root/.github/actions/reusable-prepare-peertube-build/action.yml
diff options
context:
space:
mode:
Diffstat (limited to '.github/actions/reusable-prepare-peertube-build/action.yml')
-rw-r--r--.github/actions/reusable-prepare-peertube-build/action.yml4
1 files changed, 2 insertions, 2 deletions
diff --git a/.github/actions/reusable-prepare-peertube-build/action.yml b/.github/actions/reusable-prepare-peertube-build/action.yml
index 41ebf71c5..e02c0b333 100644
--- a/.github/actions/reusable-prepare-peertube-build/action.yml
+++ b/.github/actions/reusable-prepare-peertube-build/action.yml
@@ -12,12 +12,12 @@ runs:
12 12
13 steps: 13 steps:
14 - name: Use Node.js 14 - name: Use Node.js
15 uses: actions/setup-node@v1 15 uses: actions/setup-node@v3
16 with: 16 with:
17 node-version: ${{ inputs.node-version }} 17 node-version: ${{ inputs.node-version }}
18 18
19 - name: Cache Node.js modules 19 - name: Cache Node.js modules
20 uses: actions/cache@v2 20 uses: actions/cache@v3
21 with: 21 with:
22 path: | 22 path: |
23 **/node_modules 23 **/node_modules