We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 85257f3 commit 4d2d285Copy full SHA for 4d2d285
1 file changed
.github/workflows/sync-fastdl.yaml
@@ -43,14 +43,12 @@ jobs:
43
fastdl-
44
45
- name: Use Node.js from .nvmrc
46
- if: steps.cache-maps.outputs.cache-hit != 'true'
47
uses: actions/setup-node@v4
48
with:
49
node-version-file: .nvmrc
50
cache: 'npm'
51
52
- name: Install dependencies
53
54
run: npm ci
55
56
- name: Download maps
0 commit comments