summaryrefslogtreecommitdiffstats
path: root/.github/workflows/dependency-updates.yml
diff options
context:
space:
mode:
Diffstat (limited to '.github/workflows/dependency-updates.yml')
-rw-r--r--.github/workflows/dependency-updates.yml4
1 files changed, 2 insertions, 2 deletions
diff --git a/.github/workflows/dependency-updates.yml b/.github/workflows/dependency-updates.yml
index d8c53cbbd..1977ab2a7 100644
--- a/.github/workflows/dependency-updates.yml
+++ b/.github/workflows/dependency-updates.yml
@@ -24,7 +24,7 @@ jobs:
24 echo "NPM_CACHE=$HOME/.npm" >> $GITHUB_ENV 24 echo "NPM_CACHE=$HOME/.npm" >> $GITHUB_ENV
25 echo "PNPM_CACHE=$HOME/.pnpm-store" >> $GITHUB_ENV 25 echo "PNPM_CACHE=$HOME/.pnpm-store" >> $GITHUB_ENV
26 - name: Checkout code along with submodules 26 - name: Checkout code along with submodules
27 uses: actions/checkout@v2 27 uses: actions/checkout@v3
28 with: 28 with:
29 submodules: recursive 29 submodules: recursive
30 - name: Extract Git branch name and commit from the currently checked out branch (not from the branch where this run was kicked off) 30 - name: Extract Git branch name and commit from the currently checked out branch (not from the branch where this run was kicked off)
@@ -32,7 +32,7 @@ jobs:
32 echo "GIT_BRANCH_NAME=$(git rev-parse --abbrev-ref HEAD)" >> $GITHUB_ENV 32 echo "GIT_BRANCH_NAME=$(git rev-parse --abbrev-ref HEAD)" >> $GITHUB_ENV
33 shell: bash 33 shell: bash
34 - name: Use Node.js specified in the '.nvmrc' file 34 - name: Use Node.js specified in the '.nvmrc' file
35 uses: actions/setup-node@v2 35 uses: actions/setup-node@v3
36 with: 36 with:
37 node-version-file: '.nvmrc' 37 node-version-file: '.nvmrc'
38 - name: Install npm 38 - name: Install npm